Layer.moveBefore
機能/意味
Move to before specified layer
タイプ
Layerクラス
のメソッド
構文
moveBefore(
layer
)
引数
layer
Move to the position before the layer specified here.
Only sibling layers (layers with the same parent) can be specified.
戻り値
なし (void)
説明
Move to the position before the specified layer in the stacking order.
This method sets the
Layer.absoluteOrderMode
property to false.