Search Results for

    Method GetAnchorBoundary2D

    GetAnchorBoundary2D(ulong, out List<Vector2>)

    Retrieves the 2D boundary vertices of an anchor.

    Declaration
    public bool GetAnchorBoundary2D(ulong anchorHandle, out List<Vector2> boundary)
    Parameters
    Type Name Description
    ulong anchorHandle

    The unique identifier of the anchor.

    List<Vector2> boundary

    List of 2D boundary vertices of the anchor.

    Returns
    Type Description
    bool

    Returns true if the operation is successful, otherwise false.

    In This Article