C# 클래스 PlayerImportantInfoUI, tf_client

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( ) : void

Displaies the player important info.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

PlayerImportantInfoUI ( ) : UnityEngine

Initializes a new instance of the PlayerImportantInfoUI class.

보호된 메소드들

메소드 설명
LoadInformationIndex ( WorldData, data ) : void

Loads the index of the information in string. Modify: if the world is updated

LoadPlayerInfoIcon ( ) : void

Loads the player info icon.

메소드 상세

Draw() 공개 메소드

Displaies the player important info.
public Draw ( ) : void
리턴 void

IsMouseOver() 공개 메소드

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

LoadInformationIndex() 보호된 메소드

Loads the index of the information in string. Modify: if the world is updated
protected LoadInformationIndex ( WorldData, data ) : void
data WorldData,
리턴 void

LoadPlayerInfoIcon() 보호된 메소드

Loads the player info icon.
protected LoadPlayerInfoIcon ( ) : void
리턴 void

PlayerImportantInfoUI() 공개 메소드

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