common-core/src/environment/dynamic-environment-setting-loader.default
# Table of contents
# Constructors
# Methods
# Constructors
# constructor
• new default()
# Methods
# load
▸ load(scene
, canvas
, oldEnvironment
, jsonObject
, maxAnisotropy
): Promise
<default
>
# Parameters
Name | Type |
---|---|
scene | Scene |
canvas | HTMLCanvasElement |
oldEnvironment | default |
jsonObject | SceneSettings |
maxAnisotropy | number |
# Returns
Promise
<default
>
# parse
▸ parse(scene
, canvas
, oldEnvironment
, json
, maxAnisotropy
): Promise
<default
>
# Parameters
Name | Type |
---|---|
scene | Scene |
canvas | HTMLCanvasElement |
oldEnvironment | default |
json | string |
maxAnisotropy | number |
# Returns
Promise
<default
>