Show / Hide Table of Contents

    Class InteractableOnClickReceiver

    A basic receiver for detecting clicks

    Inheritance
    Object
    ReceiverBase
    InteractableOnClickReceiver
    Inherited Members
    ReceiverBase.Name
    ReceiverBase.HideUnityEvents
    ReceiverBase.uEvent
    ReceiverBase.Host
    ReceiverBase.OnVoiceCommand(InteractableStates, Interactable, String, Int32, Int32)
    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 class InteractableOnClickReceiver : ReceiverBase

    Constructors

    InteractableOnClickReceiver(UnityEvent)

    Declaration
    public InteractableOnClickReceiver(UnityEvent ev)
    Parameters
    Type Name Description
    UnityEvent ev

    Methods

    OnClick(InteractableStates, Interactable, IMixedRealityPointer)

    Declaration
    public override void OnClick(InteractableStates state, Interactable source, IMixedRealityPointer pointer = null)
    Parameters
    Type Name Description
    InteractableStates state
    Interactable source
    IMixedRealityPointer pointer
    Overrides
    ReceiverBase.OnClick(InteractableStates, Interactable, IMixedRealityPointer)

    OnUpdate(InteractableStates, Interactable)

    Declaration
    public override void OnUpdate(InteractableStates state, Interactable source)
    Parameters
    Type Name Description
    InteractableStates state
    Interactable source
    Overrides
    ReceiverBase.OnUpdate(InteractableStates, Interactable)
    Back to top Generated by DocFX