Click or drag to resize

HitDataPoint Property

Gets the point in 3D where raycast hit the object.

Namespace:  TouchScript.Hit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Vector3 Point { get; }

Property Value

Type: Vector3
Point in 3D.
See Also