프로퍼티 | 타입 | 설명 | |
---|---|---|---|
frameTime | float | ||
frames | int | ||
isLooping | bool | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D |
메소드 | 설명 | |
---|---|---|
Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool isLooping, int frames ) : System |
public Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool isLooping, int frames ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
frameTime | float | |
isLooping | bool | |
frames | int | |
리턴 | System |