mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class InteractableEventInspector

    Inheritance
    Object
    InteractableEventInspector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    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

    In This Article
    • Methods
      • RenderEvent(SerializedProperty, Boolean)
      • RenderEvent(SerializedProperty, Boolean)
    Back to top Generated by DocFX