InteractableEventInspector.RenderEvent(SerializedProperty, Boolean) Method

Definition

Render event properties for the given event item. If item has been removed, returns true. False otherwise

public static bool RenderEvent (UnityEditor.SerializedProperty eventItem, bool canRemove = true);
static member RenderEvent : UnityEditor.SerializedProperty * bool -> bool
Public Shared Function RenderEvent (eventItem As SerializedProperty, Optional canRemove As Boolean = true) As Boolean

Parameters

eventItem
UnityEditor.SerializedProperty

serialized property of the event item to render properties from

canRemove
Boolean

Returns

If item has been removed, returns true. False otherwise

Applies to