we
Preparing search index...
core/atmosphere/integrate/atmosphereIntegrate
AtmosphereIntegrate
Class AtmosphereIntegrate
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理
Hierarchy (
View Summary
)
Atmosphere
AtmosphereIntegrate
Index
Constructors
constructor
Properties
_
id
_
is
Destroy
_
manager
device
render
Integrate
scene
UUID
Methods
init
on
Resize
update
Constructors
constructor
new
AtmosphereIntegrate
(
scene
:
Scene
)
:
AtmosphereIntegrate
Parameters
scene
:
Scene
Returns
AtmosphereIntegrate
Properties
_
id
_id
:
number
_
is
Destroy
_isDestroy
:
boolean
_
manager
_manager
:
any
device
device
:
GPUDevice
render
Integrate
renderIntegrate
:
RenderIntegrateAtmoSphere
scene
scene
:
Scene
UUID
UUID
:
string
Methods
init
init
()
:
void
Returns
void
on
Resize
onResize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
update
update
(
clock
:
Clock
)
:
void
Parameters
clock
:
Clock
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
id
_
is
Destroy
_
manager
device
render
Integrate
scene
UUID
Methods
init
on
Resize
update
we
Loading...
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理