This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

Scope.HitTest

public bool HitTest(Vector2 localPoint);

Parameters

localPoint The point in local coordinates.

Returns

bool Returns true if the point is within the selectable area of the Scope. Returns false otherwise.

Description

Determines whether the specified point is within the selectable area of the Scope.