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

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

공개 프로퍼티들

프로퍼티 타입 설명
Groups RadioButton>.Dictionary

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
LoadParts ( ) : void
RadioButton ( ) : System
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

메소드 상세

Draw() 공개 메소드

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

LoadParts() 공개 메소드

public LoadParts ( ) : void
리턴 void

RadioButton() 공개 메소드

public RadioButton ( ) : System
리턴 System

Update() 공개 메소드

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

UpdateInput() 공개 메소드

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

프로퍼티 상세

Groups 공개적으로 정적으로 프로퍼티

public static Dictionary Groups
리턴 RadioButton>.Dictionary