LayerMixin.sendToBack

Moves this layer to the bottom of the render stack.

LayerMixin.sendToBack() method

Moves this layer to the bottom of the render stack so it renders behind every other layer in the scene.

Signature:

sendToBack(): void;

Returns: void

Example

layer.sendToBack();
Last updated: August 5, 2026 at 11:47 AMEdit this page