C# Class TapTitanXNA_AllenEsperanza.Animation

Mostra file Open project: WINPROG20152016/Esperanza_TapTitanXNA Class Usage Examples

Public Properties

Property Type Description
frameTime float
islooping bool
texture Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

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

Method Details

Animation() public method

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

Property Details

frameTime public_oe property

public float frameTime
return float

islooping public_oe property

public bool islooping
return bool

texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics texture
return Microsoft.Xna.Framework.Graphics.Texture2D