Class MixedRealityInputActionRulesProfile
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class MixedRealityInputActionRulesProfile : BaseMixedRealityProfile
Properties
InputActionRulesDigital
All the Input Action Rules for Boolean based Mixed
Declaration
public InputActionRuleDigital[] InputActionRulesDigital { get; }
Property Value
Type | Description |
---|---|
Input |
InputActionRulesDualAxis
All the Input Action Rules for Vector2 based Mixed
Declaration
public InputActionRuleDualAxis[] InputActionRulesDualAxis { get; }
Property Value
Type | Description |
---|---|
Input |
InputActionRulesPoseAxis
All the Input Action Rules for Mixed
Declaration
public InputActionRulePoseAxis[] InputActionRulesPoseAxis { get; }
Property Value
Type | Description |
---|---|
Input |
InputActionRulesQuaternionAxis
All the Input Action Rules for Quaternion based Mixed
Declaration
public InputActionRuleQuaternionAxis[] InputActionRulesQuaternionAxis { get; }
Property Value
Type | Description |
---|---|
Input |
InputActionRulesSingleAxis
All the Input Action Rules for Single based Mixed
Declaration
public InputActionRuleSingleAxis[] InputActionRulesSingleAxis { get; }
Property Value
Type | Description |
---|---|
Input |
InputActionRulesVectorAxis
All the Input Action Rules for Vector3 based Mixed
Declaration
public InputActionRuleVectorAxis[] InputActionRulesVectorAxis { get; }
Property Value
Type | Description |
---|---|
Input |