Tanoda
Leap.Unity.EnumEventTableEditor Class Reference

Public Member Functions

 EnumEventTableEditor (SerializedProperty tableProperty, Type enumType)
 The enum event table is unable to properly display itself in the inspector, it instead must be constructed and used from within a custom editor. Pass in a serialized property pointing to the EnumEventTable, and the enum type used by the table. More...
 
void DoGuiLayout ()
 
bool HasAnyCallbacks (int enumValue)
 

Detailed Description

Definition at line 16 of file EnumEventTableEditor.cs.

Constructor & Destructor Documentation

◆ EnumEventTableEditor()

Leap.Unity.EnumEventTableEditor.EnumEventTableEditor ( SerializedProperty  tableProperty,
Type  enumType 
)

The enum event table is unable to properly display itself in the inspector, it instead must be constructed and used from within a custom editor. Pass in a serialized property pointing to the EnumEventTable, and the enum type used by the table.

Definition at line 33 of file EnumEventTableEditor.cs.

Member Function Documentation

◆ DoGuiLayout()

void Leap.Unity.EnumEventTableEditor.DoGuiLayout ( )

Definition at line 46 of file EnumEventTableEditor.cs.

◆ HasAnyCallbacks()

bool Leap.Unity.EnumEventTableEditor.HasAnyCallbacks ( int  enumValue)

Definition at line 95 of file EnumEventTableEditor.cs.


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