C# Class SpriteEditor.AnimatedSprite

Inheritance: SFML.Graphics.Transformable, Drawable
Afficher le fichier Open project: fallahn/xygine Class Usage Examples

Méthodes publiques

Méthode Description
AnimatedSprite ( ) : System
AnimatedSprite ( Texture t ) : System
FrameBack ( ) : void
FrameForward ( ) : void
Play ( Animation anim ) : void
Play ( uint start, uint end ) : void
SetPaused ( bool paused ) : void
Update ( float dt ) : void

Private Methods

Méthode Description
Drawable ( RenderTarget target, RenderStates states ) : void
SetFrame ( uint frame ) : void

Method Details

AnimatedSprite() public méthode

public AnimatedSprite ( ) : System
Résultat System

AnimatedSprite() public méthode

public AnimatedSprite ( Texture t ) : System
t SFML.Graphics.Texture
Résultat System

FrameBack() public méthode

public FrameBack ( ) : void
Résultat void

FrameForward() public méthode

public FrameForward ( ) : void
Résultat void

Play() public méthode

public Play ( Animation anim ) : void
anim Animation
Résultat void

Play() public méthode

public Play ( uint start, uint end ) : void
start uint
end uint
Résultat void

SetPaused() public méthode

public SetPaused ( bool paused ) : void
paused bool
Résultat void

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void