we
Preparing search index...
core/atmosphere/atmosphere
Atmosphere
Class Atmosphere
Abstract
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理
Hierarchy (
View Summary
)
Atmosphere
AtmosphereHillaire
AtmosphereIntegrate
Implements
I_FeatureModule
Index
Constructors
constructor
Properties
_
id
_
is
Destroy
_
manager
device
scene
UUID
Methods
on
Resize
update
Constructors
constructor
new
Atmosphere
(
scene
:
Scene
)
:
Atmosphere
Parameters
scene
:
Scene
Returns
Atmosphere
Properties
_
id
_id
:
number
_
is
Destroy
_isDestroy
:
boolean
_
manager
_manager
:
any
device
device
:
GPUDevice
scene
scene
:
Scene
UUID
UUID
:
string
Methods
Abstract
on
Resize
onResize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Abstract
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
scene
UUID
Methods
on
Resize
update
we
Loading...
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理