Skip to main content

Type Alias: Euid

type Euid = {
value: UUID;
rtid: RTID;
};

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

Unique identifier for an entity.

Properties

value

value: UUID;

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

Unique identifier value.


rtid

rtid: RTID;

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

Runtime id of this entity, needed to differentiate between cloned entities.