My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
RuntimeInspectorNamespace.RuntimeInspector Class Reference
Inheritance diagram for RuntimeInspectorNamespace.RuntimeInspector:
RuntimeInspectorNamespace.SkinnedWindow

Public Member Functions

delegate object InspectedObjectChangingDelegate (object previousInspectedObject, object newInspectedObject)
 
delegate void ComponentFilterDelegate (GameObject gameObject, List< Component > components)
 
void Refresh ()
 
void Inspect (object obj)
 
void StopInspect ()
 
InspectorField CreateDrawerForType (MemberInfo variable, Type type, Transform drawerParent, int depth, bool drawObjectsAsFields=true)
 
void PoolDrawer (InspectorField drawer)
 
ExposedVariablesEnumerator GetExposedVariablesForType (Type type)
 

Public Attributes

InspectedObjectChangingDelegate OnInspectedObjectChanging
 

Protected Member Functions

override void Awake ()
 
override void Update ()
 
override void RefreshSkin ()
 
virtual void Awake ()
 
virtual void Update ()
 
abstract void RefreshSkin ()
 

Properties

object InspectedObject [get]
 
bool IsBound [get]
 
bool DebugMode [get, set]
 
bool ExposePrivateFields [get, set]
 
bool ExposePublicFields [get, set]
 
bool ExposePrivateProperties [get, set]
 
bool ExposePublicProperties [get, set]
 
bool ArrayIndicesStartAtOne [get, set]
 
bool UseTitleCaseNaming [get, set]
 
int NestLimit [get, set]
 
RuntimeHierarchy ConnectedHierarchy [get, set]
 
ComponentFilterDelegate ComponentFilter [get, set]
 
- Properties inherited from RuntimeInspectorNamespace.SkinnedWindow
UISkin Skin [get, set]
 

Member Function Documentation

◆ Awake()

override void RuntimeInspectorNamespace.RuntimeInspector.Awake ( )
inlineprotectedvirtual

◆ RefreshSkin()

override void RuntimeInspectorNamespace.RuntimeInspector.RefreshSkin ( )
inlineprotectedvirtual

◆ Update()

override void RuntimeInspectorNamespace.RuntimeInspector.Update ( )
inlineprotectedvirtual

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