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