ScriptInterface:PlaceLayerBehindAnother(moveLayer, behindThis)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
moveLayer | MohoLayer | Layer to move | < 9.5 | |
behindThis | MohoLayer | Layer to place it behind | < 9.5 |
Return value:
void none
This method can also be used for moving a layer out of its group:
See also: ScriptInterface:PlaceLayerInGroup
moho:PlaceLayerBehindAnother(moho.layer, moho.layer:Parent())
See also: ScriptInterface:PlaceLayerInGroup
Search results
Usage of 'PlaceLayerBehindAnother' is found in the following scripts:
Merge skeletons (Original Edition) by A.Evseeva
View Code
Place layer in/out of group (Original Edition) by A.Evseeva
View Code
SS - SVG Import (Original Edition) by simplsam
View Code