Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Animation

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

Declaration

Source position: orca_scene3d.pas line 1046

type TD3Animation = class(TD3Object)

protected

  FRunning: Boolean;

  

  FTime: Single;

  

  function NormalizedTime;

  

  procedure ProcessAnimation; virtual;

  

  procedure Loaded; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure ProcessTick(); override;

  

  procedure Start; virtual;

  

  procedure Stop; virtual;

  

  procedure StartTrigger(); virtual;

  

  property Pause: Boolean; [rw]

  

published

  property AnimationType: TD2AnimationType; [rw]

  

  property AutoReverse: Boolean; [rw]

  

  property Duration: Single; [rw]

  

  property Delay: Single; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Interpolation: TD2InterpolationType; [rw]

  

  property Inverse: Boolean; [rw]

  

  property Loop: Boolean; [rw]

  

  property Trigger: string; [rw]

  

  property OnFinish: TNotifyEvent; [rw]

  

end;

Inheritance

TD3Animation

  

|

TD3Object

  

|

TObject



CT Web help

CodeTyphon Studio