MixedRealityInputModule.PointerData.lastMousePoint3d Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: Nullable<UnityEngine::Vector3> lastMousePoint3d;
public UnityEngine.Vector3? lastMousePoint3d;
val mutable lastMousePoint3d : Nullable<UnityEngine.Vector3>
Public lastMousePoint3d As Nullable(Of Vector3)
Field Value
Nullable<UnityEngine.Vector3>