configurator-core/src/roomle-configurator..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