Class EventInspectorData
Stores the data for drawing UnityEvent inspectors with the reflection data needed to find and modify the event.
Namespace: UnityEditor.MARS
Syntax
public class EventInspectorData : object
Fields
hidden
Is the property hidden since no events are attached
Declaration
public bool hidden
Field Value
Type | Description |
---|---|
Boolean |
property
Serialized property for unity events
Declaration
public SerializedProperty property
Field Value
Type | Description |
---|---|
SerializedProperty |
show
Is the event property shown in an expanded form
Declaration
public bool show
Field Value
Type | Description |
---|---|
Boolean |
unityEvents
Collection of UnityEventBase
s for a serialized property
Declaration
public UnityEventBase[] unityEvents
Field Value
Type | Description |
---|---|
UnityEventBase[] |