SelectFarInteractionEvent Class
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.
A Unity event with MixedRealityPointerEventData. This event is used in the event configuration for the SelectFar state.
public ref class SelectFarInteractionEvent : UnityEngine::Events::UnityEvent<Microsoft::MixedReality::Toolkit::Input::MixedRealityPointerEventData ^>
[System.Serializable]
public class SelectFarInteractionEvent : UnityEngine.Events.UnityEvent<Microsoft.MixedReality.Toolkit.Input.MixedRealityPointerEventData>
[<System.Serializable>]
type SelectFarInteractionEvent = class
inherit UnityEvent<MixedRealityPointerEventData>
Public Class SelectFarInteractionEvent
Inherits UnityEvent(Of MixedRealityPointerEventData)
- Inheritance
-
UnityEngine.Events.UnityEvent<MixedRealityPointerEventData>SelectFarInteractionEvent
- Attributes
Constructors
SelectFarInteractionEvent() |