[Overview][Types][Classes][Index] Reference for unit 'DGraph' (#DEngine)

TSprite

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

Declaration

Source position: DGraph.pas line 46

type TSprite = class

public

  constructor Create();

  procedure SetTexture();

  procedure SetFramesBlock();

  procedure SetFlip();

  procedure StartAnimation();

  procedure StartStatic();

  function Finished;

  procedure Draw();

  property Frame: Integer; [r]

  property FPS: Integer; [rw]

end;

Inheritance

TSprite

|

TObject