Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(PolygonId, PolygonId)

Returns true if two PolygonId objects refer to the same NavMesh node or if they are both null.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. The experimental PolygonId struct has been deprecated. Use NavNode instead.
public static bool operator ==(PolygonId x, PolygonId y)

Parameters

Returns

Type

Description

bool

Remarks

Additional Resources: PolygonId.IsNull