[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |