Method GetAnchorBoundary2D
GetAnchorBoundary2D(ulong, out List<Vector2>)
Retrieves the 2D boundary vertices of an anchor.
public bool GetAnchorBoundary2D(ulong anchorHandle, out List<Vector2> boundary)
Parameters
anchorHandle
ulongThe unique identifier of the anchor.
boundary
List<Vector2>List of 2D boundary vertices of the anchor.
Returns
- bool
Returns true if the operation is successful, otherwise false.