Unit 'GLDCE' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_glscene]

TGLDCEManager

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

Declaration

Source position: GLDCE.pas line 100

type TGLDCEManager = class(TComponent)

protected

  procedure RegisterStatic();

  

  procedure DeRegisterStatic();

  

  procedure DeRegisterAllStatics;

  

  procedure RegisterDynamic();

  

  procedure DeRegisterDynamic();

  

  procedure DeRegisterAllDynamics;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function MoveByDistance();

  

  procedure Step();

  

  property DynamicCount: Integer; [r]

  

  property StaticCount: Integer; [r]

  

published

  property Gravity: Single; [rw]

  

  property WorldDirection: TGLCoordinates; [rw]

  

  property WorldScale: Single; [rw]

  

  property MovimentScale: Single; [rw]

  

  property StandardiseLayers: TDCECollisionSelection; [rw]

  

  property ManualStep: Boolean; [rw]

  

  property OnCollision: TDCECollisionEvent; [rw]

  

end;

Inheritance

TGLDCEManager

  

|

TObject



CT Web help

CodeTyphon Studio