Class EventInspectorData
Stores the data for drawing UnityEvent inspectors with the reflection data needed to find and modify the event.
Inherited Members
Namespace: UnityEditor.MARS
Assembly: Unity.MARS.Editor.dll
Syntax
[MovedFrom("Unity.MARS")]
public class EventInspectorData
Fields
hidden
Is the property hidden since no events are attached
Declaration
public bool hidden
Field Value
Type | Description |
---|---|
bool |
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 |
---|---|
bool |
unityEvents
Collection of UnityEventBase
s for a serialized property
Declaration
public UnityEventBase[] unityEvents
Field Value
Type | Description |
---|---|
UnityEventBase[] |