Click or drag to resize

HitData Constructor (RaycastHitUI, TouchLayer, Boolean)

Initializes a new instance of the HitData struct from a UI raycast.

Namespace:  TouchScript.Hit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public HitData(
	RaycastHitUI value,
	TouchLayer layer,
	bool screenSpace = false
)

Parameters

value
Type: RaycastHitUI
UI raycast value.
layer
Type: TouchScript.LayersTouchLayer
screenSpace (Optional)
Type: SystemBoolean
See Also