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