C# Class vimage.AnimatedImage

Inheritance: DisplayObject
Afficher le fichier Open project: Torrunt/vimage

Méthodes publiques

Свойство Type Description
CurrentFrame int
CurrentTime float
DEFAULT_FRAME_DURATION int
Data AnimatedImageData
Finished bool
Playing bool
Sprite SFML.Graphics.Sprite

Méthodes publiques

Méthode Description
AnimatedImage ( AnimatedImageData data ) : System
GotoAndPlay ( int number ) : void
GotoAndStop ( int number ) : void
NextFrame ( ) : void
Play ( ) : void
PrevFrame ( ) : void
SetFrame ( int number ) : bool
Stop ( ) : void
Update ( float dt ) : bool

Method Details

AnimatedImage() public méthode

public AnimatedImage ( AnimatedImageData data ) : System
data AnimatedImageData
Résultat System

GotoAndPlay() public méthode

public GotoAndPlay ( int number ) : void
number int
Résultat void

GotoAndStop() public méthode

public GotoAndStop ( int number ) : void
number int
Résultat void

NextFrame() public méthode

public NextFrame ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PrevFrame() public méthode

public PrevFrame ( ) : void
Résultat void

SetFrame() public méthode

public SetFrame ( int number ) : bool
number int
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

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

Property Details

CurrentFrame public_oe property

public int CurrentFrame
Résultat int

CurrentTime public_oe property

Keeps track of when to change frame. Resets on frame change.
public float CurrentTime
Résultat float

DEFAULT_FRAME_DURATION public_oe static_oe property

Default Frame Duration for animated image that don't define it.
public static int DEFAULT_FRAME_DURATION
Résultat int

Data public_oe property

public AnimatedImageData,vimage Data
Résultat AnimatedImageData

Finished public_oe property

public bool Finished
Résultat bool

Playing public_oe property

public bool Playing
Résultat bool

Sprite public_oe property

public Sprite,SFML.Graphics Sprite
Résultat SFML.Graphics.Sprite