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 13, 2026 at 9:17 AMEdit this page