Struct TappedEventArgs
Assembly: UnityEngine.dll
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct TappedEventArgs
Properties
|
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
|
Improve this Doc
View Source
Declaration
public int tapCount { get; }
Property Value
Extension Methods