C# Class Assets.Scripts.Utils.Editor.TaggedGameObjectsLister

Inheritance: EditorWindow
Mostra file Open project: nubick/unity-utils

Public Methods

Method Description
OnGUI ( ) : void
TaggedGameObjectsLister ( ) : System.Collections.Generic
UpdateList ( string tag ) : void

Private Methods

Method Description
DrawComponents ( ) : void
DrawSearchPanel ( ) : void
Launch ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

TaggedGameObjectsLister() public method

public TaggedGameObjectsLister ( ) : System.Collections.Generic
return System.Collections.Generic

UpdateList() public method

public UpdateList ( string tag ) : void
tag string
return void