C# Class VerticalPaneState, UnityGUIExtensions

Show file Open project: MrJoy/UnityGUIExtensions Class Usage Examples

Public Properties

Property Type Description
id int
isDraggingSplitter bool
topPaneHeight float

Public Methods

Method Description
ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void

Protected Methods

Method Description
InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
Reset ( int newId ) : void

Method Details

InitFromPrototype() protected method

protected InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
newId int
prototype VerticalPaneState,
return void

Reset() protected method

protected Reset ( int newId ) : void
newId int
return void

ResolveStateToCurrentContext() public method

public ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void
currentId int
prototype VerticalPaneState,
return void

Property Details

id public property

public int id
return int

isDraggingSplitter public property

public bool isDraggingSplitter
return bool

topPaneHeight public property

public float topPaneHeight
return float