C# Class TapTitanXNA_Aldecoa.Animation

Exibir arquivo 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_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