Skip to content

NodeLink.getWorldBounds

This page documents the NodeLink.getWorldBounds method.

Summary

NodeLink.getWorldBounds returns world-space bounds for the nodelink. It applies the current transform to the local bounds before returning the result.

Syntax

NodeLink.getWorldBounds(): Bounds3

const bounds = nodeLink.getWorldBounds();

Parameters

This API does not take parameters.

Returns

Bounds3 - World-space bounds for this nodelink.

See Also