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

TD2Effect

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

Declaration

Source position: orca_scene2d.pas line 1618

type TD2Effect = class(TD2Object)

protected

  DisablePaint: Boolean;

  

  AfterPaint: Boolean;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetRect(); virtual;

  

  function GetOffset; virtual;

  

  procedure ProcessEffect(); virtual;

  

  procedure ApplyTrigger(); virtual;

  

  procedure UpdateParentEffects;

  

  property GetDisablePaint: Boolean; [r]

  

published

  property Trigger: string; [rw]

  

  property Enabled: Boolean; [rw]

  

end;

Inheritance

TD2Effect

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio