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

TD2FloatAnimation

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

Declaration

Source position: orca_scene2d.pas line 2542

type TD2FloatAnimation = class(TD2Animation)

protected

  procedure ProcessAnimation; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Start; override;

  

  procedure Stop; override;

  

published

  property StartValue: Single; [rws]

  

  property StartFromCurrent: Boolean; [rw]

  

  property StopValue: Single; [rws]

  

  property PropertyName: Ansistring; [rw]

  

end;

Inheritance

TD2FloatAnimation

  

|

TD2Animation

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio