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

zglCSprite2D

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

Declaration

Source position: zglSpriteEngine.pas line 81

type zglCSprite2D = class

public

  ID: Integer;

  

  Manager: zglCSEngine2D;

  

  Texture: zglPTexture;

  

  Kill: Boolean;

  

  Layer: Integer;

  

  X: Single;

  

  Y: Single;

  

  W: Single;

  

  H: Single;

  

  Angle: Single;

  

  Frame: Single;

  

  Alpha: Integer;

  

  FxFlags: LongWord;

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure OnInit(); virtual;

  

  procedure OnDraw; virtual;

  

  procedure OnProc; virtual;

  

  procedure OnFree; virtual;

  

end;

Inheritance

zglCSprite2D

  

|

TObject



CT Web help

CodeTyphon Studio