Unit 'OpenGL_Particles' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_opengl]

TFxSystem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: OpenGL_Particles.pas line 279

type TFxSystem = class(TObject)

protected

  Groups: TFxGroupLib;

  

  Templates: TFxTemplateLib;

  

  FCalcBoundingBox: Boolean;

  

  FAge: LongInt;

  

  function getBoundingBox;

  

  procedure setCalcBoundingBox();

  

  procedure init; virtual;

  

public

  constructor create;

  

  destructor destroy; override;

  

  procedure render; virtual;

  

  procedure restart; virtual;

  

  procedure advance(); virtual;

  

  property CalcBoundingBox: Boolean; [rw]

  

  property BoundingBox: TFxBoundingBox; [r]

  

  property Age: LongInt; [r]

  

end;

Inheritance

TFxSystem

  

|

TObject



CT Web help

CodeTyphon Studio