C# 클래스 BottomTrayGUI, tf_client

상속: GUIObject
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cashReadoutIcon UnityEngine.Texture2D
kPaintSelectionInputMode string

보호된 프로퍼티들

프로퍼티 타입 설명
turnStatus bool

Private Properties

프로퍼티 타입 설명
InitializeActionButtons void
UpdateActionButtons void
changeTurn void

공개 메소드들

메소드 설명
BottomTrayGUI ( ) : UnityEngine

Initializes a new instance of the BottomTrayGUI class.

DisplayStatusLine ( string message ) : void

Displays a status line at the bottom with the specified message

DisplayStatusLine ( string message, GUIStyle textStyle ) : void

Displays a status line at the bottom with the specified message

Draw ( ) : void

Displays the tray at the bottom of the screen with action buttons, etc.

DrawNumericInputField ( int currentValue ) : int

Draws a numeric input field.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

SetActionControlsRectHeight ( float height ) : void

Sets the height of the action controls rect.

보호된 메소드들

메소드 설명
DrawButtons ( ) : void

Draws the buttons.

비공개 메소드들

메소드 설명
InitializeActionButtons ( ) : void

Initializes the action buttons.

UpdateActionButtons ( ) : void

Update this instance.

changeTurn ( bool status ) : void

Changes the turn.

메소드 상세

BottomTrayGUI() 공개 메소드

Initializes a new instance of the BottomTrayGUI class.
public BottomTrayGUI ( ) : UnityEngine
리턴 UnityEngine

DisplayStatusLine() 공개 정적인 메소드

Displays a status line at the bottom with the specified message
public static DisplayStatusLine ( string message ) : void
message string /// A ///
리턴 void

DisplayStatusLine() 공개 정적인 메소드

Displays a status line at the bottom with the specified message
public static DisplayStatusLine ( string message, GUIStyle textStyle ) : void
message string /// A ///
textStyle GUIStyle /// A ///
리턴 void

Draw() 공개 메소드

Displays the tray at the bottom of the screen with action buttons, etc.
public Draw ( ) : void
리턴 void

DrawButtons() 보호된 메소드

Draws the buttons.
protected DrawButtons ( ) : void
리턴 void

DrawNumericInputField() 공개 정적인 메소드

Draws a numeric input field.
public static DrawNumericInputField ( int currentValue ) : int
currentValue int /// Current value. ///
리턴 int

IsMouseOver() 공개 메소드

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
리턴 bool

SetActionControlsRectHeight() 공개 메소드

Sets the height of the action controls rect.
public SetActionControlsRectHeight ( float height ) : void
height float /// Height. ///
리턴 void

프로퍼티 상세

cashReadoutIcon 공개적으로 프로퍼티

The cash readout icon.
public Texture2D,UnityEngine cashReadoutIcon
리턴 UnityEngine.Texture2D

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

The k paint selection input mode.
public static string kPaintSelectionInputMode
리턴 string

turnStatus 보호되어 있는 프로퍼티

The turn status.
protected bool turnStatus
리턴 bool