SelectFarEvents 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.
The event configuration for the SelectFar InteractionState.
public ref class SelectFarEvents : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractionEventConfiguration
public class SelectFarEvents : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractionEventConfiguration
type SelectFarEvents = class
inherit BaseInteractionEventConfiguration
Public Class SelectFarEvents
Inherits BaseInteractionEventConfiguration
- Inheritance
Constructors
SelectFarEvents() |
Fields
OnGlobalChanged |
A Unity event used to track whether or not the Global property has changed. |
OnSelectClicked |
A Unity event with MixedRealityPointerEventData. |
OnSelectDown |
A Unity event with MixedRealityPointerEventData. |
OnSelectHold |
A Unity event with MixedRealityPointerEventData. |
OnSelectUp |
A Unity event with MixedRealityPointerEventData. |
Properties
EventReceiver |
The associated runtime event receiver for this event configuration. (Inherited from BaseInteractionEventConfiguration) |
Global |
Whether or not to register the IMixedRealityPointerHandler for global input. If Global is true, then events in the SelectFar state will be fired without requiring an object to be in focus. |
StateName |
The name of the state associated with this event configuration. (Inherited from BaseInteractionEventConfiguration) |