Skip to content

NodeLink.getBounds

This page documents the NodeLink.getBounds method.

Summary

NodeLink.getBounds returns world-space bounds for the nodelink. It is the public convenience form of NodeLink.getWorldBounds.

Syntax

NodeLink.getBounds(): Bounds3

const bounds = nodeLink.getBounds();

Parameters

This API does not take parameters.

Returns

Bounds3 - World-space bounds for this nodelink.

See Also