we
Preparing search index...
core/postprocess/basePostProcess
IV_PostProcess
Interface IV_PostProcess
PostProcess 建立参数
Param: scene
Param: autoAddToECS
是否自动添加到ECS
interface
IV_PostProcess
{
autoAddToECS
?:
boolean
;
name
?:
string
;
scene
:
Scene
;
update
?:
(
scope
:
any
)
=>
any
;
updateAtEnd
?:
(
scope
:
any
)
=>
any
;
}
Hierarchy (
View Summary
)
I_Update
IV_PostProcess
Index
Properties
auto
Add
To
ECS?
name?
scene
update?
update
At
End?
Properties
Optional
auto
Add
To
ECS
autoAddToECS
?:
boolean
Optional
name
name
?:
string
scene
scene
:
Scene
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
auto
Add
To
ECS
name
scene
update
update
At
End
we
Loading...
PostProcess 建立参数
Param: scene
Param: autoAddToECS
是否自动添加到ECS