C# Class TapTitanXNA_AlfredoYabut.Animation

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

Méthodes publiques

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

Method Details

Animation() public méthode

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

Property Details

FrameCount public_oe property

public int FrameCount
Résultat int

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