Struct ManipulationCompletedEventArgs
Assembly: UnityEngine.dll
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct ManipulationCompletedEventArgs
Properties
|
Improve this Doc
View Source
Declaration
public Vector3 cumulativeDelta { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Pose headPose { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public InteractionSource source { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public InteractionSourcePose sourcePose { get; }
Property Value
Extension Methods