Unit 'OpenGL_Particles' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_opengl]

TFxDepthList

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

Declaration

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;

Inheritance

TFxDepthList

  

|

TObject



CT Web help

CodeTyphon Studio