Property | Type | Description | |
---|---|---|---|
FrameCount | int | ||
frameTime | float | ||
isLooping | bool | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D |
Method | Description | |
---|---|---|
Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool isLooping, int FrameCount ) : System |
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 |