Tanoda
RuntimeUnityEditor.Core.Gizmos.GizmoDrawer Class Reference

Public Member Functions

 GizmoDrawer (MonoBehaviour coroutineTarget)
 
void UpdateState (Transform rootTransform)
 

Static Public Member Functions

static void DisplayControls ()
 

Static Public Attributes

const string GizmoObjectName = "RuntimeEditor_Gizmo"
 

Properties

ICollection< IGizmoEntryLines [get]
 
bool Show [get, set]
 
static bool ShowGizmos [get, set]
 
static bool ShowGizmosOutsideEditor [get, set]
 

Detailed Description

Definition at line 9 of file GizmoDrawer.cs.

Constructor & Destructor Documentation

◆ GizmoDrawer()

RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.GizmoDrawer ( MonoBehaviour  coroutineTarget)

Definition at line 24 of file GizmoDrawer.cs.

Member Function Documentation

◆ DisplayControls()

static void RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.DisplayControls ( )
static

Definition at line 45 of file GizmoDrawer.cs.

◆ UpdateState()

void RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.UpdateState ( Transform  rootTransform)

Definition at line 59 of file GizmoDrawer.cs.

Member Data Documentation

◆ GizmoObjectName

const string RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.GizmoObjectName = "RuntimeEditor_Gizmo"
static

Definition at line 11 of file GizmoDrawer.cs.

Property Documentation

◆ Lines

ICollection<IGizmoEntry> RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.Lines
get

Definition at line 16 of file GizmoDrawer.cs.

◆ Show

bool RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.Show
getset

Definition at line 29 of file GizmoDrawer.cs.

◆ ShowGizmos

bool RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.ShowGizmos
staticgetset

Definition at line 42 of file GizmoDrawer.cs.

◆ ShowGizmosOutsideEditor

bool RuntimeUnityEditor.Core.Gizmos.GizmoDrawer.ShowGizmosOutsideEditor
staticgetset

Definition at line 43 of file GizmoDrawer.cs.


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