Show / Hide Table of Contents

    Struct InputActionRuleDigital

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

    Implements
    IInputActionRule<Boolean>
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct InputActionRuleDigital : IInputActionRule<bool>

    Constructors

    InputActionRuleDigital(MixedRealityInputAction, MixedRealityInputAction, Boolean)

    Constructor.

    Declaration
    public InputActionRuleDigital(MixedRealityInputAction baseAction, MixedRealityInputAction ruleAction, bool criteria)
    Parameters
    Type Name Description
    MixedRealityInputAction baseAction

    The Base Action that the rule will listen to.

    MixedRealityInputAction ruleAction

    The Action to raise if the criteria is met.

    Boolean criteria

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

    Properties

    BaseAction

    Declaration
    public MixedRealityInputAction BaseAction { get; }
    Property Value
    Type Description
    MixedRealityInputAction

    Criteria

    Declaration
    public bool Criteria { get; }
    Property Value
    Type Description
    Boolean

    RuleAction

    Declaration
    public MixedRealityInputAction RuleAction { get; }
    Property Value
    Type Description
    MixedRealityInputAction

    Implements

    IInputActionRule<T>
    Back to top Generated by DocFX