Class TransitionArmModel
Inheritance
TransitionArmModel
Assembly: UnityEngine.XR.LegacyInputHelpers.dll
public class TransitionArmModel : ArmModel
Fields
Declaration
[SerializeField]
public List<ArmModelTransition> m_ArmModelTransitions
Field Value
Properties
This field contains the current active arm model that will be used as the input to the tracked pose driver which is
using the transitional arm model.
Declaration
public ArmModel currentArmModelComponent { get; set; }
Property Value
Methods
Gets the Pose value from the calculated arm model. as the model returns both position and rotation in all cases, we set both flags on return if successful.
Declaration
public override PoseDataFlags GetPoseFromProvider(out Pose output)
Parameters
Type |
Name |
Description |
Pose |
output |
|
Returns
Overrides
Declaration
public bool Queue(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
Declaration
public void Queue(ArmModel newArmModel)
Parameters
Type |
Name |
Description |
ArmModel |
newArmModel |
|