C# 클래스 DepthCalculator, DailyProjects

상속: MonoBehaviour
파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Dependences List

공개 메소드들

메소드 설명
GetPanelWidgets ( UIPanel, panel, bool includeInactive ) : UIWidget[],
GetWidgetPanel ( UIWidget, w ) : UIPanel,

비공개 메소드들

메소드 설명
AdjustDepth ( ) : void
Bind ( ) : void
CalculateDepth ( ) : void
OnDrawGizmos ( ) : void
Unbind ( ) : void

메소드 상세

GetPanelWidgets() 공개 정적인 메소드

public static GetPanelWidgets ( UIPanel, panel, bool includeInactive ) : UIWidget[],
panel UIPanel,
includeInactive bool
리턴 UIWidget[],

GetWidgetPanel() 공개 정적인 메소드

public static GetWidgetPanel ( UIWidget, w ) : UIPanel,
w UIWidget,
리턴 UIPanel,

프로퍼티 상세

Dependences 공개적으로 프로퍼티

public List Dependences
리턴 List