C# Class Californium.AnimatedSprite

Inheritance: Drawable
Afficher le fichier Open project: DatZach/HumanityAgainstCards Class Usage Examples

Méthodes publiques

Свойство Type Description
FrameTime float

Méthodes publiques

Méthode Description
AnimatedSprite ( Texture texture, int frameWidth, int frameHeight, float frameTime ) : SFML.Graphics
Draw ( RenderTarget target, RenderStates states ) : void
Update ( ) : void

Method Details

AnimatedSprite() public méthode

public AnimatedSprite ( Texture texture, int frameWidth, int frameHeight, float frameTime ) : SFML.Graphics
texture SFML.Graphics.Texture
frameWidth int
frameHeight int
frameTime float
Résultat SFML.Graphics

Draw() public méthode

public Draw ( RenderTarget target, RenderStates states ) : void
target RenderTarget
states SFML.Graphics.RenderStates
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

FrameTime public_oe property

public float FrameTime
Résultat float