RoomleConfigurator.Internal.default-41

configurator-core/src/roomle-configurator.internal.default

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