C# Class VerticalPaneState, UnityGUIExtensions

Afficher le fichier Open project: MrJoy/UnityGUIExtensions Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
isDraggingSplitter bool
topPaneHeight float

Méthodes publiques

Méthode Description
ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void

Méthodes protégées

Méthode Description
InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
Reset ( int newId ) : void

Method Details

InitFromPrototype() protected méthode

protected InitFromPrototype ( int newId, VerticalPaneState, prototype ) : void
newId int
prototype VerticalPaneState,
Résultat void

Reset() protected méthode

protected Reset ( int newId ) : void
newId int
Résultat void

ResolveStateToCurrentContext() public méthode

public ResolveStateToCurrentContext ( int currentId, VerticalPaneState, prototype ) : void
currentId int
prototype VerticalPaneState,
Résultat void

Property Details

id public_oe property

public int id
Résultat int

isDraggingSplitter public_oe property

public bool isDraggingSplitter
Résultat bool

topPaneHeight public_oe property

public float topPaneHeight
Résultat float