C# Class TapTitanXNA_AllenEsperanza.Animation

Afficher le fichier Open project: WINPROG20152016/Esperanza_TapTitanXNA Class Usage Examples

Méthodes publiques

Свойство Type Description
frameTime float
islooping bool
texture Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode Description
Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool islooping ) : System

Method Details

Animation() public méthode

public Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool islooping ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
frameTime float
islooping bool
Résultat System

Property Details

frameTime public_oe property

public float frameTime
Résultat float

islooping public_oe property

public bool islooping
Résultat bool

texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D