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