C# 클래스 CarpMuffin.UserInterfaces.Controls.Label

Displays a Label
상속: Control
파일 보기 프로젝트 열기: BetaToast/CarpMuffin

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Label ( ) : CarpMuffin.Extensions
LoadParts ( ) : void
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Label() 공개 메소드

public Label ( ) : CarpMuffin.Extensions
리턴 CarpMuffin.Extensions

LoadParts() 공개 메소드

public LoadParts ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

UpdateInput() 공개 메소드

public UpdateInput ( InputManager input ) : void
input CarpMuffin.Input.InputManager
리턴 void