Struct InteractionSourceProperties
Assembly: UnityEngine.dll
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct InteractionSourceProperties
Properties
|
Improve this Doc
View Source
Declaration
public Vector3 sourceLossMitigationDirection { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public double sourceLossRisk { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourceProperties.sourcePose is deprecated, and will be removed in a future release. Use InteractionSourceState.sourcePose instead.", false)]
public InteractionSourcePose sourcePose { get; }
Property Value
Extension Methods