Experimental: this API is experimental and might be changed or removed in the future.

Scope.HitTest

Switch to Manual
public bool HitTest (Vector2 localPoint);

Parameters

localPointThe 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.