C# Class TapTitanXNA_AlfredoYabut.Animation

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

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