DebugName
type DebugName = {
value: string;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:358
Name of the entity.
Type declaration
Name | Type | Description |
---|---|---|
value | string | Entity name. |
type DebugName = {
value: string;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:358
Name of the entity.
Name | Type | Description |
---|---|---|
value | string | Entity name. |