C# Class TapTitanXNA_RadjGymsonInocalla.Animation

ファイルを表示 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_oe property

public int FrameCounter
return int

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