LightsettingDynamicLightSettingLoader.default

common-core/src/lightsetting/dynamic-light-setting-loader.default

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default()

Properties

rectAreaLightLoadingListener

Static rectAreaLightLoadingListener: (lightSource: RectAreaLight) => void

Type declaration

▸ (lightSource): void

Parameters

NameType

lightSource

RectAreaLight

Returns

void


rectAreaLightReplacement

Static rectAreaLightReplacement: boolean = true

Methods

load

load(jsonObject): Light<LightShadow<Camera>>[]

Parameters

NameType

jsonObject

Returns

Light<LightShadow<Camera>>[]


parse

parse(json): Light<LightShadow<Camera>>[]

Parameters

NameType

json

string

Returns

Light<LightShadow<Camera>>[]


createDynamicLightSettingSource

Static createDynamicLightSettingSource(dls, ls): DynamicLightSettingSource

Parameters

NameType

dls

string

ls

string

Returns

DynamicLightSettingSource

Last updated