C# 클래스 MonoGdx.Scene2D.UI.Button

상속: Table
파일 보기 프로젝트 열기: jaquadro/MonoGdx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckedEvent RoutedEvent
ClickEvent RoutedEvent
ToggleEvent RoutedEvent
UncheckedEvent RoutedEvent

Private Properties

프로퍼티 타입 설명
Initialize void

공개 메소드들

메소드 설명
Button ( ) : System
Button ( Actor child, ButtonStyle style ) : System
Button ( Actor child, Skin skin ) : System
Button ( Actor child, Skin skin, string styleName ) : System
Button ( ButtonStyle style ) : System
Button ( ISceneDrawable up ) : System
Button ( ISceneDrawable up, ISceneDrawable down ) : System
Button ( ISceneDrawable up, ISceneDrawable down, ISceneDrawable chkd ) : System
Button ( Skin skin ) : System
Button ( Skin skin, string styleName ) : System
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
Toggle ( ) : void

보호된 메소드들

메소드 설명
DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
OnChecked ( ) : bool
OnClicked ( ) : bool
OnToggled ( ) : bool
OnUnchecked ( ) : bool

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

Button() 공개 메소드

public Button ( ) : System
리턴 System

Button() 공개 메소드

public Button ( Actor child, ButtonStyle style ) : System
child Actor
style ButtonStyle
리턴 System

Button() 공개 메소드

public Button ( Actor child, Skin skin ) : System
child Actor
skin Skin
리턴 System

Button() 공개 메소드

public Button ( Actor child, Skin skin, string styleName ) : System
child Actor
skin Skin
styleName string
리턴 System

Button() 공개 메소드

public Button ( ButtonStyle style ) : System
style ButtonStyle
리턴 System

Button() 공개 메소드

public Button ( ISceneDrawable up ) : System
up ISceneDrawable
리턴 System

Button() 공개 메소드

public Button ( ISceneDrawable up, ISceneDrawable down ) : System
up ISceneDrawable
down ISceneDrawable
리턴 System

Button() 공개 메소드

public Button ( ISceneDrawable up, ISceneDrawable down, ISceneDrawable chkd ) : System
up ISceneDrawable
down ISceneDrawable
chkd ISceneDrawable
리턴 System

Button() 공개 메소드

public Button ( Skin skin ) : System
skin Skin
리턴 System

Button() 공개 메소드

public Button ( Skin skin, string styleName ) : System
skin Skin
styleName string
리턴 System

Draw() 공개 메소드

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
리턴 void

DrawBackground() 보호된 메소드

protected DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
리턴 void

OnChecked() 보호된 메소드

protected OnChecked ( ) : bool
리턴 bool

OnClicked() 보호된 메소드

protected OnClicked ( ) : bool
리턴 bool

OnToggled() 보호된 메소드

protected OnToggled ( ) : bool
리턴 bool

OnUnchecked() 보호된 메소드

protected OnUnchecked ( ) : bool
리턴 bool

Toggle() 공개 메소드

public Toggle ( ) : void
리턴 void

프로퍼티 상세

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

public static RoutedEvent CheckedEvent
리턴 RoutedEvent

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

public static RoutedEvent ClickEvent
리턴 RoutedEvent

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

public static RoutedEvent ToggleEvent
리턴 RoutedEvent

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

public static RoutedEvent UncheckedEvent
리턴 RoutedEvent