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

TGLVehicleManager

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

Declaration

Source position: GLCollisionVehicle.pas line 189

type TGLVehicleManager = class(TComponent)

protected

  procedure RegisterClient();

  

  procedure DeRegisterClient();

  

  procedure DeRegisterAllClients;

  

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure DoSteering;

  

  property Clients: TList; [r]

  

published

  property Cadencer: TGLCadencer; [rw]

  

  property SteerInterval: Double; [rw]

  

  property WorldCollisionMap: TGLFreeForm; [rw]

  

end;

Inheritance

TGLVehicleManager

  

|

TObject



CT Web help

CodeTyphon Studio