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

TODEBehaviour

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

Declaration

Source position: GLODEManager.pas line 192

type TODEBehaviour = class(TGLBehaviour)

protected

  procedure Initialize; virtual;

  

  procedure Finalize; virtual;

  

  procedure WriteToFiler(); override;

  

  procedure ReadFromFiler(); override;

  

  procedure Loaded; override;

  

  procedure SetManager();

  

  procedure SetSurface();

  

  function GetAbsoluteMatrix;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure NotifyChange();

  

  procedure Render(); virtual;

  

  procedure Reinitialize;

  

  property Initialized: Boolean; [r]

  

  property AbsoluteMatrix: TMatrix; [r]

  

published

  property Manager: TGLODEManager; [rw]

  

  property Surface: TODECollisionSurface; [rw]

  

  property OnCollision: TODEObjectCollisionEvent; [rw]

  

end;

Inheritance

TODEBehaviour

  

|

TObject



CT Web help

CodeTyphon Studio