Skip to content

@tmrw-realityos/world


@tmrw-realityos/world / SceneDescriptor

Interface: SceneDescriptor

Defined in: world/world.ts:9

Extends

Properties

components?

optional components: [string, BaseComponent][]

Defined in: world/entity.ts:15

Inherited from

EntityDescriptor.components


enabled?

optional enabled: boolean

Defined in: world/entity.ts:12

Inherited from

EntityDescriptor.enabled


entities

entities: EntityDescriptor[]

Defined in: world/entity.ts:14

Inherited from

EntityDescriptor.entities


environment?

optional environment: object

Defined in: world/world.ts:10

angle

angle: number

url

url: string


layers?

optional layers: number

Defined in: world/entity.ts:8

Inherited from

EntityDescriptor.layers


name?

optional name: string

Defined in: world/entity.ts:13

Inherited from

EntityDescriptor.name


position?

optional position: vec3

Defined in: world/entity.ts:9

Inherited from

EntityDescriptor.position


rotation?

optional rotation: quat

Defined in: world/entity.ts:10

Inherited from

EntityDescriptor.rotation


scale?

optional scale: vec3

Defined in: world/entity.ts:11

Inherited from

EntityDescriptor.scale


uid?

optional uid: string

Defined in: world/entity.ts:7

Inherited from

EntityDescriptor.uid