C# 클래스 MiningGame.Code.AnimationFrame

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
AnimationFrame ( ) : System
AnimationFrame ( string s, string asset, int delay ) : System
frameTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D

메소드 상세

AnimationFrame() 공개 메소드

public AnimationFrame ( ) : System
리턴 System

AnimationFrame() 공개 메소드

public AnimationFrame ( string s, string asset, int delay ) : System
s string
asset string
delay int
리턴 System

frameTexture() 공개 메소드

public frameTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework.Graphics.Texture2D