C# Class TapTitanXNA_AlfredoYabut.Animation

Show file Open project: WINPROG20152016/Yabut_TaptitanXNA Class Usage Examples

Public Properties

Property Type Description
FrameCount 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 FrameCount ) : System

Method Details

Animation() public method

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

Property Details

FrameCount public property

public int FrameCount
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