Tanoda
GILES.Interface.pb_UnityObjectInspector Class Reference
Inheritance diagram for GILES.Interface.pb_UnityObjectInspector:

Public Member Functions

override void InitializeGUI ()
 
void OnValueChange (UnityEngine.Object val)
 

Public Attributes

UnityEngine.UI.Text title
 
UnityEngine.UI.InputField dropbox
 

Protected Member Functions

override void OnUpdateGUI ()
 

Detailed Description

Field editor for UnityEngine.Object types.

Definition at line 11 of file pb_UnityObjectInspector.cs.

Member Function Documentation

◆ InitializeGUI()

override void GILES.Interface.pb_UnityObjectInspector.InitializeGUI ( )

Definition at line 23 of file pb_UnityObjectInspector.cs.

◆ OnUpdateGUI()

override void GILES.Interface.pb_UnityObjectInspector.OnUpdateGUI ( )
protected

Definition at line 28 of file pb_UnityObjectInspector.cs.

◆ OnValueChange()

void GILES.Interface.pb_UnityObjectInspector.OnValueChange ( UnityEngine.Object  val)

Definition at line 34 of file pb_UnityObjectInspector.cs.

Member Data Documentation

◆ dropbox

UnityEngine.UI.InputField GILES.Interface.pb_UnityObjectInspector.dropbox

Definition at line 16 of file pb_UnityObjectInspector.cs.

◆ title

UnityEngine.UI.Text GILES.Interface.pb_UnityObjectInspector.title

Definition at line 15 of file pb_UnityObjectInspector.cs.


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