Skip to content

@tmrw-realityos/worldDocs


@tmrw-realityos/world / SceneDescriptor

Interface: SceneDescriptor

Extends

Properties

components?

optional components: [string, BaseComponent][]

Inherited from

EntityDescriptor.components

Defined in

world/entity.ts:15


enabled?

optional enabled: boolean

Inherited from

EntityDescriptor.enabled

Defined in

world/entity.ts:12


entities

entities: EntityDescriptor[]

Inherited from

EntityDescriptor.entities

Defined in

world/entity.ts:14


environment?

optional environment: object

angle

angle: number

url

url: string

Defined in

world/world.ts:10


layers?

optional layers: number

Inherited from

EntityDescriptor.layers

Defined in

world/entity.ts:8


name?

optional name: string

Inherited from

EntityDescriptor.name

Defined in

world/entity.ts:13


position?

optional position: vec3

Inherited from

EntityDescriptor.position

Defined in

world/entity.ts:9


rotation?

optional rotation: quat

Inherited from

EntityDescriptor.rotation

Defined in

world/entity.ts:10


scale?

optional scale: vec3

Inherited from

EntityDescriptor.scale

Defined in

world/entity.ts:11


uid?

optional uid: string

Inherited from

EntityDescriptor.uid

Defined in

world/entity.ts:7