Class ArmModelTransition
Inherited Members
Namespace: UnityEngine.XR.LegacyInputHelpers
Assembly: UnityEngine.XR.LegacyInputHelpers.dll
Syntax
[Serializable]
public class ArmModelTransition
Properties
armModel
the arm model that will be transitioned to on receiving this event.
Declaration
public ArmModel armModel { get; set; }
Property Value
Type | Description |
---|---|
ArmModel |
transitionKeyName
the string name that will be used to trigger a transition
Declaration
public string transitionKeyName { get; set; }
Property Value
Type | Description |
---|---|
string |