Skip to main content

Lineage

@3dverse/livelink v0.8.10


@3dverse/livelink / Components / Lineage

Type Alias: Lineage

Lineage: object

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:422

Lineage of the entity through linkers.

Type declaration

value

readonly value: UUID[]

UUIDs of the hierarchy of linkers that brought this entity.

parentUUID

parentUUID: UUID

UUID of the parent of this entity (default is root).

ordinal

ordinal: Int32

Ordinal number of this entity in respect of its siblings.

Default Value

0;