Click or drag to resize

ARWorldOriginHelperRaycast Method

Helper function to perform an AR Raycast for the user - by default uses TrackableType.PlaneWithinPolygon which is the most common

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Pose? Raycast(
	Vector2 _touchPosition
)

Parameters

_touchPosition
Type: Vector2
Where the user touched

Return Value

Type: NullablePose
True if they hit a trackable that fits the specified trackable type
See Also