Skip to content

@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

ParameterType
valuestring

Returns

Name

Overrides

Component.constructor

Properties

PropertyTypeDescriptionDefined in
valuestringDisplay name for the entity. Shown in the editor hierarchy.components/Name.ts:11