we
Preparing search index...
core/base/coreDefine
I_Update
Interface I_Update
用户自定义功能接口的update interface
interface
I_Update
{
name
?:
string
;
update
?:
(
scope
:
any
)
=>
any
;
updateAtEnd
?:
(
scope
:
any
)
=>
any
;
}
Hierarchy (
View Summary
)
I_Update
I_AttomSphereBaseLayerParams
I_optionBaseLight
IV_BaseMaterial
I_Model
IV_NodeSpace
IV_PostProcess
I_BaseTexture
I_HillaireAtmosphereParams
Index
Properties
name?
update?
update
At
End?
Properties
Optional
name
name
?:
string
Optional
update
update
?:
(
scope
:
any
)
=>
any
自定义更新functon()
Optional
update
At
End
updateAtEnd
?:
(
scope
:
any
)
=>
any
在最后执行调用
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
update
update
At
End
we
Loading...
用户自定义功能接口的update interface