[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: OpenGL_Particles.pas line 203
type TFxDepthList = class(TObject) |
||
protected |
||
FCount: Integer; |
|
|
FSize: Word; |
|
|
Temp: array of TFxDepthEntry; |
|
|
procedure setSize(); |
|
|
procedure mergesort(); |
|
|
public |
||
Entrys: array of TFxDepthEntry; |
|
|
constructor Create(); |
|
|
procedure add(); |
|
|
procedure sort; |
|
|
procedure calcZ; |
|
|
procedure clear; |
|
|
property Count: Integer; [r] |
|
|
property Size: Word; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |