Modifier

InputActionRuleDigital Struct

Definition

Generic Input Action Rule for raising actions based on specific criteria.

public value class InputActionRuleDigital : Microsoft::MixedReality::Toolkit::Input::IInputActionRule<bool>
[System.Serializable]
public struct InputActionRuleDigital : Microsoft.MixedReality.Toolkit.Input.IInputActionRule<bool>
[<System.Serializable>]
type InputActionRuleDigital = struct
    interface IInputActionRule<bool>
Public Structure InputActionRuleDigital
Implements IInputActionRule(Of Boolean)
Inheritance
InputActionRuleDigital
Attributes
Implements

Constructors

InputActionRuleDigital(MixedRealityInputAction, MixedRealityInputAction, Boolean)

Constructor.

Properties

BaseAction

The Base Action that the rule will listen to.

Criteria

The criteria to check against for determining if the action should be raised.

RuleAction

The Action to raise if the criteria is met.

Applies to