C# Class TapTitanXNA_JamesTaneda.Animation

Show file Open project: WINPROG20152016/Taneda_TapTitanXNA Class Usage Examples

Public Properties

Property Type Description
frameTime float
frames int
isLooping bool
texture Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

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

Method Details

Animation() public method

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
return System

Property Details

frameTime public property

public float frameTime
return float

frames public property

public int frames
return int

isLooping public property

public bool isLooping
return bool

texture public property

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