C# Class TextSceneHierarchy, UnityTextScene

Custom hierarchy view compatible with TextScene functionality (scene-in-scene links, various constraints and drag'n'drop instantiation of TextScene-links).
Inheritance: EditorWindow
Datei anzeigen Open project: terravision/UnityTextScene Class Usage Examples

Public Methods

Method Description
CreateHierarchy ( ) : void
Refresh ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void
OnGUI ( ) : void
OnHierarchyChange ( ) : void
OnSelectionChange ( ) : void
Update ( ) : void

Private Methods

Method Description
CheckForDefaultHierarchy ( ) : bool

Method Details

CreateHierarchy() public static method

public static CreateHierarchy ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

OnHierarchyChange() protected method

protected OnHierarchyChange ( ) : void
return void

OnSelectionChange() protected method

protected OnSelectionChange ( ) : void
return void

Refresh() public static method

public static Refresh ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void