프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FrameCounter | int | ||
frametime | float | ||
isLooping | bool | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |