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
Type declaration
Name | Type | Description |
---|---|---|
entity_components | EntityCore | |
dirty_components | ComponentName [] | |
deleted_components | ComponentName [] |