C# Class MiningGame.Code.Animateable

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
CurAnimation Animation
CurrentFrame int
Looping bool
Playing bool

Méthodes publiques

Méthode Description
AnimationUpdate ( ) : void
GetControlPoint ( string name ) : AnimationControlPoint
GetCurrentFrame ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
GotoAndStart ( int frame ) : void
GotoAndStop ( int frame ) : void
IndexOfFrame ( string name ) : int
SetAnimation ( Animation a ) : void
Start ( ) : void
StartLooping ( int start, int end ) : void
StartLooping ( string start, string end ) : void
Stop ( ) : void
StopLooping ( ) : void

Method Details

AnimationUpdate() public méthode

public AnimationUpdate ( ) : void
Résultat void

GetControlPoint() public méthode

public GetControlPoint ( string name ) : AnimationControlPoint
name string
Résultat MiningGame.Code.Structs.AnimationControlPoint

GetCurrentFrame() public méthode

public GetCurrentFrame ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GotoAndStart() public méthode

public GotoAndStart ( int frame ) : void
frame int
Résultat void

GotoAndStop() public méthode

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

IndexOfFrame() public méthode

public IndexOfFrame ( string name ) : int
name string
Résultat int

SetAnimation() public méthode

public SetAnimation ( Animation a ) : void
a Animation
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartLooping() public méthode

public StartLooping ( int start, int end ) : void
start int
end int
Résultat void

StartLooping() public méthode

public StartLooping ( string start, string end ) : void
start string
end string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopLooping() public méthode

public StopLooping ( ) : void
Résultat void

Property Details

CurAnimation public_oe property

public Animation,MiningGame.Code CurAnimation
Résultat Animation

CurrentFrame public_oe property

public int CurrentFrame
Résultat int

Looping public_oe property

public bool Looping
Résultat bool

Playing public_oe property

public bool Playing
Résultat bool