C# Class TapTitanXNA_JamesTaneda.Animation

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

Méthodes publiques

Свойство Type Description
frameTime float
frames int
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, int frames ) : System

Method Details

Animation() public méthode

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

Property Details

frameTime public_oe property

public float frameTime
Résultat float

frames public_oe property

public int frames
Résultat int

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