Unit 'zglGui' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_zengl]

zglTGuiEffect

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

Declaration

Source position: zglGui.pas line 451

type zglTGuiEffect = class

published

  procedure DrawEffect(); virtual; abstract;

  

  procedure UpdateEffect(); virtual;

  

  procedure Draw();

  

  procedure Update();

  

  procedure Init; virtual;

  

  procedure Clear;

  

public

  property Inited: Boolean; [rw]

  

  property Time: single; [rw]

  

  property EndTime: single; [rw]

  

  property Render: zglPRenderTarget; [rw]

  

  property Component: zglTForm; [rw]

  

  property Gui: zglTGui; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

zglTGuiEffect

  

|

TObject



CT Web help

CodeTyphon Studio