Tanoda
GILES.pb_GizmoManager Class Reference
Inheritance diagram for GILES.pb_GizmoManager:
GILES.pb_MonoBehaviourSingleton< pb_GizmoManager >

Static Public Member Functions

static System.Type FindGizmoForType (Type type)
 

Protected Member Functions

override void Awake ()
 
- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< pb_GizmoManager >
virtual void Initialize ()
 
virtual void Awake ()
 

Additional Inherited Members

- Properties inherited from GILES.pb_MonoBehaviourSingleton< pb_GizmoManager >
virtual bool dontDestroyOnLoad [get]
 Override to maintain an instance of this object across level loads. More...
 
static T instance [get]
 
static T nullableInstance [get]
 

Detailed Description

Singleton responsible for enabling gizmo renderers when working in the level editor.

Definition at line 13 of file pb_GizmoManager.cs.

Member Function Documentation

◆ Awake()

override void GILES.pb_GizmoManager.Awake ( )
protectedvirtual

Register with pb_Scene delegates so that this script can apply gizmos when new objects are added.

Reimplemented from GILES.pb_MonoBehaviourSingleton< pb_GizmoManager >.

Definition at line 47 of file pb_GizmoManager.cs.

◆ FindGizmoForType()

static System.Type GILES.pb_GizmoManager.FindGizmoForType ( Type  type)
static

Definition at line 130 of file pb_GizmoManager.cs.


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