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 25, 2026 at 6:23 AMEdit this page