C# Class TapTitanXNA_RadjGymsonInocalla.Animation

Show file Open project: WINPROG20152016/Inocalla_TapTitanXNA Class Usage Examples

Public Properties

Property Type Description
FrameCounter int
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, int FrameCounter ) : System

Method Details

Animation() public method

public Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frametime, bool isLooping, int FrameCounter ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
frametime float
isLooping bool
FrameCounter int
return System

Property Details

FrameCounter public property

public int FrameCounter
return int

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