Unit 'zglSpriteEngine' Package
[Overview][Classes][Index] [#pl_zengl]

zglCSEngine2D

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

Declaration

Source position: zglSpriteEngine.pas line 55

type zglCSEngine2D = class

protected

  FCount: Integer;

  

  FList: array of zglCSprite2D;

  

  procedure SortByLayer();

  

  procedure SortByID();

  

  function GetSprite();

  

  procedure SetSprite();

  

public

  destructor Destroy; override;

  

  function AddSprite();

  

  procedure DelSprite(); virtual;

  

  procedure ClearAll; virtual;

  

  procedure Draw; virtual;

  

  procedure Proc; virtual;

  

  property Count: Integer; [r]

  

  property List []: zglCSprite2D; [rw]

  

end;

Inheritance

zglCSEngine2D

  

|

TObject



CT Web help

CodeTyphon Studio