C# 클래스 Terraria.UI.AchievementsUI

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

공개 메소드들

메소드 설명
Close ( ) : void
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
MouseOver ( ) : void
Open ( ) : void
OpenAndGoto ( Achievement achievement ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Draw() 공개 정적인 메소드

public static Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

MouseOver() 공개 정적인 메소드

public static MouseOver ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( ) : void
리턴 void

OpenAndGoto() 공개 정적인 메소드

public static OpenAndGoto ( Achievement achievement ) : void
achievement Achievement
리턴 void