ScriptInterface:PlaceLayerBehindAnother(moveLayer, behindThis)

Version added: before 9.5

Moves one layer behind (or below) another in the layer ordering

ArgumentTypeDescriptionDefaultVer
moveLayerMohoLayerLayer to move< 9.5
behindThisMohoLayerLayer to place it behind< 9.5

Return type : none

This method can also be used for moving a layer out of its group:
moho:PlaceLayerBehindAnother(moho.layer, moho.layer:Parent())


See also: ScriptInterface:PlaceLayerInGroup
String "PlaceLayerBehindAnother" is found in the following scripts:

SS - SVG Import (by simplsam)

Place layer in/out of group (by A.Evseeva)

Merge skeletons (by A.Evseeva)

See all...