C# Class TapTitanXNA_Aldecoa.Animation

Show file Open project: WINPROG20152016/Aldecoa_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 property

public float frameTime
return float

isLooping public property

public bool isLooping
return bool

texture public property

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