Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2Animation

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

Declaration

Source position: orca_scene2d.pas line 1568

type TD2Animation = class(TD2Object)

protected

  function NormalizedTime;

  

  procedure ProcessAnimation; virtual;

  

  procedure Loaded; override;

  

  procedure Finish;

  

  procedure DoFinish; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Start; virtual;

  

  procedure Stop; virtual;

  

  procedure StopAtCurrent; virtual;

  

  procedure StartTrigger(); virtual;

  

  procedure ProcessTick();

  

  property Running: Boolean; [r]

  

  property Pause: Boolean; [rw]

  

published

  property AnimationType: TD2AnimationType; [rw]

  

  property AutoReverse: Boolean; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Delay: Single; [rw]

  

  property Duration: Single; [rw]

  

  property Interpolation: TD2InterpolationType; [rw]

  

  property Inverse: Boolean; [rw]

  

  property HideOnFinish: Boolean; [rw]

  

  property Loop: Boolean; [rw]

  

  property Trigger: string; [rw]

  

  property TriggerInverse: string; [rw]

  

  property OnProcess: TNotifyEvent; [rw]

  

  property OnFinish: TNotifyEvent; [rw]

  

end;

Inheritance

TD2Animation

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio