C# 클래스 Terraria.UI.AchievementCompleteUI

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

공개 메소드들

메소드 설명
AddCompleted ( Achievement achievement ) : void
Clear ( ) : void
Draw ( SpriteBatch sb ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
DrawAchievement ( SpriteBatch sb, Vector2 &center, AchievementCompleteUI ach ) : void

메소드 상세

AddCompleted() 공개 정적인 메소드

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

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Draw() 공개 정적인 메소드

public static Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadContent() 공개 정적인 메소드

public static LoadContent ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void