Layer.bringToFront
Function/Meaning
Move to front
Type
Layer class
method
Syntax
bringToFront()
Arguments
None
Return Value
None (void)
Description
Moves the layer to the very front among sibling layers (layers with the same parent) in the stacking order.
Executing this method sets the parent layer's
Layer.absoluteOrderMode
property to false.
Reference
Layer.order
Layer.absolute
Layer.absoluteOrderMode
Layer.bringToBack