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

GraphElement.HitTest

public bool HitTest(Vector2 localPoint);

Parameters

localPoint The point.

Returns

bool Returns true if point is over the GraphElement. Returns false otherwise.

Description

See if point is over the GraphElement.

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