C# 클래스 NativeUI.UIMenuCheckboxItem

상속: UIMenuItem
파일 보기 프로젝트 열기: Guad/NativeUI 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_checkedSprite Sprite

공개 메소드들

메소드 설명
CheckboxEventTrigger ( ) : void
Draw ( ) : void

Draw item.

Position ( int y ) : void

Change item's position.

SetRightBadge ( BadgeStyle badge ) : void
SetRightLabel ( string text ) : void
UIMenuCheckboxItem ( string text, bool check ) : System

Checkbox item with a toggleable checkbox.

UIMenuCheckboxItem ( string text, bool check, string description ) : System

Checkbox item with a toggleable checkbox.

메소드 상세

CheckboxEventTrigger() 공개 메소드

public CheckboxEventTrigger ( ) : void
리턴 void

Draw() 공개 메소드

Draw item.
public Draw ( ) : void
리턴 void

Position() 공개 메소드

Change item's position.
public Position ( int y ) : void
y int New Y value.
리턴 void

SetRightBadge() 공개 메소드

public SetRightBadge ( BadgeStyle badge ) : void
badge BadgeStyle
리턴 void

SetRightLabel() 공개 메소드

public SetRightLabel ( string text ) : void
text string
리턴 void

UIMenuCheckboxItem() 공개 메소드

Checkbox item with a toggleable checkbox.
public UIMenuCheckboxItem ( string text, bool check ) : System
text string Item label.
check bool Boolean value whether the checkbox is checked.
리턴 System

UIMenuCheckboxItem() 공개 메소드

Checkbox item with a toggleable checkbox.
public UIMenuCheckboxItem ( string text, bool check, string description ) : System
text string Item label.
check bool Boolean value whether the checkbox is checked.
description string Description for this item.
리턴 System

프로퍼티 상세

_checkedSprite 보호되어 있는 프로퍼티

protected Sprite,NativeUI _checkedSprite
리턴 Sprite