we
Preparing search index...
core/organization/featureManager
I_FeatureModule
Interface I_FeatureModule
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理
interface
I_FeatureModule
{
_id
:
number
;
_isDestroy
:
boolean
;
_manager
:
any
;
UUID
:
string
;
onResize
()
:
Promise
<
void
>
;
update
(
clock
?:
Clock
)
:
void
;
}
Hierarchy (
View Summary
)
I_UUID
I_FeatureModule
Implemented by
Atmosphere
AtmosphereRenderBase
Index
Properties
_
id
_
is
Destroy
_
manager
UUID
Methods
on
Resize
update
Properties
_
id
_id
:
number
_
is
Destroy
_isDestroy
:
boolean
_
manager
_manager
:
any
UUID
UUID
:
string
Methods
on
Resize
onResize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
update
update
(
clock
?:
Clock
)
:
void
Parameters
Optional
clock
:
Clock
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
_
is
Destroy
_
manager
UUID
Methods
on
Resize
update
we
Loading...
功能模块接口 1、onResize 方法在场景大小改变时调用,具体模型按需处理 2、update 方法在渲染时调用,具体模型按需处理