Layer.bringToBack

機能/意味
Move to the end
タイプ
Layerクラスのメソッド
構文
bringToBack()
引数
なし
戻り値
なし (void)
説明
 In the stacking order, move to the back 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.bringToFront