AddFrame(float x, float y, float width, float height, bool flipped=false) | JSprite | |
AddFrame(JTexture *tex, float x, float y, float width, float height, bool flipped=false) | JSprite | |
ANIMATION_TYPE enum name | JSprite | |
ANIMATION_TYPE_LOOPING enum value | JSprite | |
ANIMATION_TYPE_ONCE_AND_BACK enum value | JSprite | |
ANIMATION_TYPE_ONCE_AND_GONE enum value | JSprite | |
ANIMATION_TYPE_ONCE_AND_STAY enum value | JSprite | |
ANIMATION_TYPE_PINGPONG enum value | JSprite | |
GetAlpha() | JSprite | |
GetCurrentFrame() | JSprite | |
GetCurrentFrameIndex() | JSprite | |
GetDirection() | JSprite | |
GetFrame(int index) | JSprite | |
GetFrameCount() | JSprite | |
GetId() | JSprite | |
GetRotation() | JSprite | |
GetScale() | JSprite | |
GetSpeed() | JSprite | |
GetX() | JSprite | |
GetXVelocity() | JSprite | |
GetY() | JSprite | |
GetYVelocity() | JSprite | |
IsActive() | JSprite | |
IsAnimating() | JSprite | |
JSprite(JTexture *tex=NULL, float x=0.0f, float y=0.0f, float width=0.0f, float height=0.0f, bool flipped=false) | JSprite | |
Move(float x, float y) | JSprite | |
Render() | JSprite | [virtual] |
RestartAnimation() | JSprite | |
SetActive(bool f) | JSprite | |
SetAlpha(float alpha) | JSprite | |
SetAnimationType(int type) | JSprite | |
SetColor(PIXEL_TYPE color) | JSprite | |
SetCurrentFrameIndex(int frame) | JSprite | |
SetDirection(float angle) | JSprite | |
SetDirection(float x, float y) | JSprite | |
SetDuration(float duration) | JSprite | |
SetFlip(bool flip, int index=-1) | JSprite | |
SetHotSpot(float x, float y, int index=-1) | JSprite | |
SetId(int id) | JSprite | |
SetPosition(float x, float y) | JSprite | |
SetRotation(float rot) | JSprite | |
SetScale(float hscale, float vscale) | JSprite | |
SetScale(float scale) | JSprite | |
SetSpeed(float speed) | JSprite | |
SetX(float x) | JSprite | |
SetY(float y) | JSprite | |
StartAnimation() | JSprite | |
StopAnimation() | JSprite | |
Update(float dt) | JSprite | [virtual] |