Class SelectFarEvents
The event configuration for the SelectFar InteractionState.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement
Assembly: cs.temp.dll.dll
Syntax
public class SelectFarEvents : BaseInteractionEventConfiguration, IStateEventConfig
Fields
OnGlobalChanged
A Unity event used to track whether or not the Global property has changed.
Declaration
public UnityEvent OnGlobalChanged
Field Value
Type | Description |
---|---|
Unity |
OnSelectClicked
A Unity event with MixedRealityPointerEventData.
Declaration
public SelectFarInteractionEvent OnSelectClicked
Field Value
Type | Description |
---|---|
Select |
OnSelectDown
A Unity event with MixedRealityPointerEventData.
Declaration
public SelectFarInteractionEvent OnSelectDown
Field Value
Type | Description |
---|---|
Select |
OnSelectHold
A Unity event with MixedRealityPointerEventData.
Declaration
public SelectFarInteractionEvent OnSelectHold
Field Value
Type | Description |
---|---|
Select |
OnSelectUp
A Unity event with MixedRealityPointerEventData.
Declaration
public SelectFarInteractionEvent OnSelectUp
Field Value
Type | Description |
---|---|
Select |
Properties
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.
Declaration
public bool Global { get; set; }
Property Value
Type | Description |
---|---|
Boolean |