C# 클래스 Dodgeball.Game.MenuText

상속: Group
파일 보기 프로젝트 열기: schonstal/BLOODBALL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bodyText string
onChange Action
onPress System.Action
selected bool
valueText string

공개 메소드들

메소드 설명
MenuText ( string text, System.Action onPress = null ) : System
Update ( ) : void

메소드 상세

MenuText() 공개 메소드

public MenuText ( string text, System.Action onPress = null ) : System
text string
onPress System.Action
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

bodyText 공개적으로 프로퍼티

public string bodyText
리턴 string

onChange 공개적으로 프로퍼티

public Action onChange
리턴 Action

onPress 공개적으로 프로퍼티

public Action,System onPress
리턴 System.Action

selected 공개적으로 프로퍼티

public bool selected
리턴 bool

valueText 공개적으로 프로퍼티

public string valueText
리턴 string