interface ReparentArguments {
    entity: Entity;
    index: number;
    parent: Entity;
}

Properties

Properties

entity: Entity

The entity to reparent

index: number

The child index of the entity under the new parent

parent: Entity

The new parent for the entity