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:
moho:PlaceLayerBehindAnother(moho.layer, moho.layer:Parent())


See also: ScriptInterface:PlaceLayerInGroup

Search results

Usage of 'PlaceLayerBehindAnother' is found in the following scripts:

<< Back to ScriptInterface