Свойство | Type | Description | |
---|---|---|---|
FrameCount | int | ||
FrameCounter | int | ||
frameTime | float | ||
islooping | bool | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D |
Méthode | 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 | |
Résultat | System |