DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiEditor.Core.DeGUIScope Class Referenceabstract

Replicates Unity's GUI.Scope with Unity versions older than 5.X. Thanks to Dmitriy Yukhanov for pointing this out and creating an initial version (which I meant to use until we discovered Unity had implemented it too) More...

Inheritance diagram for DG.DemiEditor.Core.DeGUIScope:
DG.DemiEditor.DeGUILayout.ToolbarScope DG.DemiEditor.DeGUILayout.VBoxScope

Public Member Functions

void Dispose ()
 

Protected Member Functions

abstract void CloseScope ()
 

Detailed Description

Replicates Unity's GUI.Scope with Unity versions older than 5.X. Thanks to Dmitriy Yukhanov for pointing this out and creating an initial version (which I meant to use until we discovered Unity had implemented it too)

Member Function Documentation

abstract void DG.DemiEditor.Core.DeGUIScope.CloseScope ( )
protectedpure virtual
void DG.DemiEditor.Core.DeGUIScope.Dispose ( )

The documentation for this class was generated from the following file: