Unit 'GLCameraController' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TGLCameraJob

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

Declaration

Source position: GLCameraController.pas line 72

type TGLCameraJob = class(TObject)

protected

  FAbort: Boolean;

  

  FInit: Boolean;

  

  FRunning: Boolean;

  

  FElapsedTime: Double;

  

  FDeltaTime: Double;

  

  FStartTime: Double;

  

  FProceedTime: Double;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Abort;

  

  procedure Step; virtual; abstract;

  

  procedure Init; virtual; abstract;

  

  property Running: Boolean; [rw]

  

  property ElapsedTime: Double; [rw]

  

  property StartTime: Double; [rw]

  

  property ProceedTime: Double; [rw]

  

end;

Inheritance

TGLCameraJob

  

|

TObject



CT Web help

CodeTyphon Studio