Editor API Reference - v1.1.4
    Preparing search index...

    Type Alias ReparentArguments

    Data to reparent an entity under a new parent

    type ReparentArguments = {
        entity: Entity;
        index: number;
        parent: Entity;
    }
    Index

    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