C# 클래스 NotificationCenter, tf_client

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( ) : void

Displays the player info.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

NotificationCenter ( ) : UnityEngine

Initializes a new instance of the NotificationCenter class.

보호된 메소드들

메소드 설명
OnSelectMyListing ( Listing, listing ) : void

Raises the select my listing event.

메소드 상세

Draw() 공개 메소드

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

IsMouseOver() 공개 메소드

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

NotificationCenter() 공개 메소드

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

OnSelectMyListing() 보호된 메소드

Raises the select my listing event.
protected OnSelectMyListing ( Listing, listing ) : void
listing Listing, /// Listing. ///
리턴 void