C# 클래스 VerticalPaneState, UnityGUIExtensions

파일 보기 프로젝트 열기: MrJoy/UnityGUIExtensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id int
isDraggingSplitter bool
topPaneHeight float

공개 메소드들

메소드 설명
ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void

보호된 메소드들

메소드 설명
InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
Reset ( int newId ) : void

메소드 상세

InitFromPrototype() 보호된 메소드

protected InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
newId int
prototype VerticalPaneState,
리턴 void

Reset() 보호된 메소드

protected Reset ( int newId ) : void
newId int
리턴 void

ResolveStateToCurrentContext() 공개 메소드

public ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void
currentId int
prototype VerticalPaneState,
리턴 void

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

isDraggingSplitter 공개적으로 프로퍼티

public bool isDraggingSplitter
리턴 bool

topPaneHeight 공개적으로 프로퍼티

public float topPaneHeight
리턴 float