Skip to content

@tmrw-realityos/worldDocs


@tmrw-realityos/world / EntityDescriptor

Interface: EntityDescriptor

Extended by

Properties

components?

optional components: [string, BaseComponent][]

Defined in

world/entity.ts:15


enabled?

optional enabled: boolean

Defined in

world/entity.ts:12


entities

entities: EntityDescriptor[]

Defined in

world/entity.ts:14


layers?

optional layers: number

Defined in

world/entity.ts:8


name?

optional name: string

Defined in

world/entity.ts:13


position?

optional position: vec3

Defined in

world/entity.ts:9


rotation?

optional rotation: quat

Defined in

world/entity.ts:10


scale?

optional scale: vec3

Defined in

world/entity.ts:11


uid?

optional uid: string

Defined in

world/entity.ts:7