Class InteractableEventInspector
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public static class InteractableEventInspector
Methods
RenderEvent(SerializedProperty, Boolean)
Render event properties for the given event item. If item has been removed, returns true. False otherwise
Declaration
public static bool RenderEvent(SerializedProperty eventItem, bool canRemove = true)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | eventItem | serialized property of the event item to render properties from |
Boolean | canRemove |
Returns
Type | Description |
---|---|
Boolean | If item has been removed, returns true. False otherwise |