Skip to main content

Type Alias: UpdateEntityCommand

type UpdateEntityCommand = {
entity_components: EntityCore;
dirty_components: ComponentName[];
deleted_components: ComponentName[];
};

Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:103

Properties

entity_components

entity_components: EntityCore;

Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:107


dirty_components

dirty_components: ComponentName[];

Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:111


deleted_components

deleted_components: ComponentName[];

Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:115