| ARWorldOriginExampleControllerm_LastValidPose Field |
Gets the hit position where the user touched the screen to help record where the object is verses where the user tapped
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private Pose? m_LastValidPose
Private m_LastValidPose As Pose?
private:
Nullable<Pose> m_LastValidPose
val mutable private m_LastValidPose: Nullable<Pose>
Field Value
Type:
NullablePoseSee Also