@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / Name
Class: Name
Defined in: components/Name.ts:9
Human-readable name for an entity. Shown in the editor hierarchy panel and preserved across save/reload.
Extends
Constructors
Constructor
ts
new Name(value): Name;Defined in: components/Name.ts:13
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
Name
Overrides
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
value | string | Display name for the entity. Shown in the editor hierarchy. | components/Name.ts:11 |

