| ARWorldOriginExampleControllerGetTouch Method |
Gets the location of the user's touch
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax Private Function GetTouch As Pose?
private:
Nullable<Pose> GetTouch()
private member GetTouch : unit -> Nullable<Pose>
Return Value
Type:
NullablePoseReturns null if UI or nothing touched
See Also