For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.default-45

Table of contents

Constructors

Accessors

Methods

Constructors

constructor

new default()

Accessors

componentCache

get componentCache(): Map<string, RoomleComponent>

Returns

Map<string, RoomleComponent>


geometryCache

get geometryCache(): Map<string, BufferGeometry<NormalBufferAttributes>>

Returns

Map<string, BufferGeometry<NormalBufferAttributes>>


materialCache

get materialCache(): Map<string, Material>

Returns

Map<string, Material>

Methods

clear

clear(): void

Returns

void

Last updated