InteractableEventInspector.RenderEvent(SerializedProperty, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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