Layer.bringToFront
機能/意味
Move to the front
タイプ
Layerクラス
のメソッド
構文
bringToFront()
引数
なし
戻り値
なし (void)
説明
In the stacking order, move to the front of sibling layers (layers with the same parent).
Executing this method sets the
Layer.absoluteOrderMode
property of the parent layer to false.
参照
Layer.order
Layer.absolute
Layer.absoluteOrderMode
Layer.bringToBack