C# 클래스 Terraria.DataStructures.DrawAnimationVertical

상속: DrawAnimation
파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 메소드들

메소드 설명
DrawAnimationVertical ( int ticksperframe, int frameCount ) : Microsoft.Xna.Framework
GetFrame ( Texture2D texture ) : Rectangle
Update ( ) : void

메소드 상세

DrawAnimationVertical() 공개 메소드

public DrawAnimationVertical ( int ticksperframe, int frameCount ) : Microsoft.Xna.Framework
ticksperframe int
frameCount int
리턴 Microsoft.Xna.Framework

GetFrame() 공개 메소드

public GetFrame ( Texture2D texture ) : Rectangle
texture Texture2D
리턴 Microsoft.Xna.Framework.Rectangle

Update() 공개 메소드

public Update ( ) : void
리턴 void