RoomleConfigurator.Internal.RenderCacheMapItem

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

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new RenderCacheMapItem(cache)

Parameters

NameType

cache

Properties

needsUpdate

needsUpdate: boolean = true

Methods

clear

clear(): void

Returns

void


dispose

dispose(): void

Returns

void


onAfterRender

onAfterRender(): void

Returns

void


onBeforeRender

onBeforeRender(): void

Returns

void


update

update(object3d): void

Parameters

NameType

object3d

Object3D<Object3DEventMap>

Returns

void

Last updated