Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HitTest(Vector2)

See if point is over the GraphElement.
Read time 1 minuteLast updated 11 days ago

Definition

public virtual bool HitTest(Vector2 localPoint)

Parameters

localPoint

The point.

Returns

Type

Description

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