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: September 11, 2026 at 12:08 PMEdit this page