Tanoda
|
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) |
Definition at line 16 of file EnumEventTableEditor.cs.
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.
void Leap.Unity.EnumEventTableEditor.DoGuiLayout | ( | ) |
Definition at line 46 of file EnumEventTableEditor.cs.
bool Leap.Unity.EnumEventTableEditor.HasAnyCallbacks | ( | int | enumValue | ) |
Definition at line 95 of file EnumEventTableEditor.cs.