C# 클래스 GUIContainer, tf_client

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

보호된 프로퍼티들

프로퍼티 타입 설명
drawBackground bool
elements GUIElementSettings>.Dictionary

공개 메소드들

메소드 설명
AddElement ( ) : void
AddElement ( GUIObject, obj, Vector2 relativePosition ) : void
AdjustElements ( ) : void
Draw ( ) : void
GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
IsMouseOver ( ) : bool
RemoveElement ( ) : void
SetPosition ( Modifiable newPosition ) : void

보호된 메소드들

메소드 설명
ClearElements ( ) : void
GetSettings ( GUIObject, obj ) : GUIElementSettings,
RefreshElement ( GUIObject, &obj ) : void

메소드 상세

AddElement() 공개 메소드

public AddElement ( ) : void
리턴 void

AddElement() 공개 메소드

public AddElement ( GUIObject, obj, Vector2 relativePosition ) : void
obj GUIObject,
relativePosition Vector2
리턴 void

AdjustElements() 공개 메소드

public AdjustElements ( ) : void
리턴 void

ClearElements() 보호된 메소드

protected ClearElements ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GUIContainer() 공개 메소드

public GUIContainer ( Rect zoneSize, bool drawBackground ) : UnityEngine
zoneSize Rect
drawBackground bool
리턴 UnityEngine

GetSettings() 보호된 메소드

protected GetSettings ( GUIObject, obj ) : GUIElementSettings,
obj GUIObject,
리턴 GUIElementSettings,

IsMouseOver() 공개 메소드

public IsMouseOver ( ) : bool
리턴 bool

RefreshElement() 보호된 메소드

protected RefreshElement ( GUIObject, &obj ) : void
obj GUIObject,
리턴 void

RemoveElement() 공개 메소드

public RemoveElement ( ) : void
리턴 void

SetPosition() 공개 메소드

public SetPosition ( Modifiable newPosition ) : void
newPosition Modifiable
리턴 void

프로퍼티 상세

drawBackground 보호되어 있는 프로퍼티

protected bool drawBackground
리턴 bool

elements 보호되어 있는 프로퍼티

protected Dictionary elements
리턴 GUIElementSettings>.Dictionary