[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
|
|
|
||
|
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |