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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答