C# 클래스 ProjectionInterfaceGUI, tf_client

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

공개 프로퍼티들

프로퍼티 타입 설명
isProjectionGUIVisible bool

보호된 프로퍼티들

프로퍼티 타입 설명
ActivateGameDock bool

공개 메소드들

메소드 설명
Draw ( ) : void

Displays the projection interface GU.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

ProjectionInterfaceGUI ( ) : UnityEngine

Initializes a new instance of the ProjectionInterfaceGUI class.

메소드 상세

Draw() 공개 메소드

Displays the projection interface GU.
public Draw ( ) : void
리턴 void

IsMouseOver() 공개 메소드

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

ProjectionInterfaceGUI() 공개 메소드

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

프로퍼티 상세

ActivateGameDock 보호되어 있는 프로퍼티

This activates game dock and display it.
protected bool ActivateGameDock
리턴 bool

isProjectionGUIVisible 공개적으로 프로퍼티

Flag to decide whether to display this GUI or not
public bool isProjectionGUIVisible
리턴 bool