C# 클래스 GameDockGUI, tf_client

상속: GUIObject
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
kOnGameDock string
kOnProjectionInterface string
kOnQuestSelector string

공개 메소드들

메소드 설명
Draw ( ) : void

Displays the game dock.

GameDockGUI ( ) : UnityEngine

Initializes a new instance of the GameDockGUI class.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

resetAllGameDockItems ( ) : void

Resets all game dock items.

메소드 상세

Draw() 공개 메소드

Displays the game dock.
public Draw ( ) : void
리턴 void

GameDockGUI() 공개 메소드

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

IsMouseOver() 공개 메소드

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

resetAllGameDockItems() 공개 메소드

Resets all game dock items.
public resetAllGameDockItems ( ) : void
리턴 void

프로퍼티 상세

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

public static string kOnGameDock
리턴 string

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

public static string kOnProjectionInterface
리턴 string

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

public static string kOnQuestSelector
리턴 string