ScriptInterface:PlaceLayerInGroup(child, group, top, isUndoable)
Version added: before 9.5
Moves a layer into a group
Arguments:
| Name | Type | Description | Default | Ver |
| child | MohoLayer | The layer to move | < 9.5 | |
| group | MohoLayer | The group layer to put it in | < 9.5 | |
| top | bool | True to place it at the top of the group, false to place it at the bottom | true | < 9.5 |
| isUndoable | bool | Added in version 10 | true | 10.0 |
Return value:
void none
To move a layer out of its group, you can use the ScriptInterface:PlaceLayerBehindAnother method.
Search results
Usage of 'PlaceLayerInGroup' is found in the following scripts:
Merge skeletons (Original Edition) by A.Evseeva
View Code
SS - Virtual Bones (Original Edition) by simplsam
View Code
Create Limb (Original Edition) by Danfield
View Code
MR Transform Rig Tool (Original Edition) by eugenebabich
View Code
SS - SVG Import (Original Edition) by simplsam
View Code
Create Limb 2 (Original Edition) by Danfield
View Code
SS - Number Sequence (Original Edition) by simplsam
View Code
WP Import from Spine JSON (Original Edition) by wigglepixel
View Code
MR Overlay (Moho 14.1+ Edition) by eugenebabich
View Code