Skip to content

NodeLink.dirtyUniforms

This page documents the NodeLink.dirtyUniforms property.

Summary

NodeLink.dirtyUniforms reports whether the nodelink's uniform-backed render state needs to be refreshed. Changes to visual properties, size, opacity, lighting, scale transforms, or colormaps can set this flag.

Syntax

NodeLink.dirtyUniforms: boolean

const dirty = nodeLink.dirtyUniforms;

Parameters

This API does not take parameters.

Returns

boolean - Whether the nodelink's uniform state is currently marked dirty.

See Also