C# Class Terraria.DataStructures.DrawAnimationVertical

Inheritance: DrawAnimation
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
DrawAnimationVertical ( int ticksperframe, int frameCount ) : Microsoft.Xna.Framework
GetFrame ( Texture2D texture ) : Rectangle
Update ( ) : void

Method Details

DrawAnimationVertical() public méthode

public DrawAnimationVertical ( int ticksperframe, int frameCount ) : Microsoft.Xna.Framework
ticksperframe int
frameCount int
Résultat Microsoft.Xna.Framework

GetFrame() public méthode

public GetFrame ( Texture2D texture ) : Rectangle
texture Texture2D
Résultat Microsoft.Xna.Framework.Rectangle

Update() public méthode

public Update ( ) : void
Résultat void