Class EventInspectorData
Stores the data for drawing UnityEvent inspectors with the reflection data needed to find and modify the event.
Namespace: Unity.MARS
Syntax
public class EventInspectorData
Fields
hidden
Declaration
public bool hidden
Field Value
Type | Description |
---|---|
Boolean |
property
Declaration
public SerializedProperty property
Field Value
Type | Description |
---|---|
SerializedProperty |
show
Declaration
public bool show
Field Value
Type | Description |
---|---|
Boolean |
unityEvents
Declaration
public UnityEventBase[] unityEvents
Field Value
Type | Description |
---|---|
UnityEventBase[] |