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

Data to reparent an entity under a new parent

Type declaration

  • 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