NovaECS - v1.0.11
Preparing search index...
SystemConfig
Interface SystemConfig
System configuration 系统配置
interface
SystemConfig
{
after
:
string
[]
;
before
:
string
[]
;
flushPolicy
?:
"afterEach"
|
"afterStage"
;
fn
:
(
ctx
:
SystemContext
)
=>
void
;
name
:
string
;
runIf
?:
(
world
:
World
)
=>
boolean
;
sets
?:
string
[]
;
stage
:
SystemStage
;
}
Index
Properties
after
before
flush
Policy?
fn
name
run
If?
sets?
stage
Properties
after
after
:
string
[]
before
before
:
string
[]
Optional
flush
Policy
flushPolicy
?:
"afterEach"
|
"afterStage"
fn
fn
:
(
ctx
:
SystemContext
)
=>
void
name
name
:
string
Optional
run
If
runIf
?:
(
world
:
World
)
=>
boolean
Optional
sets
sets
?:
string
[]
stage
stage
:
SystemStage
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
before
flush
Policy
fn
name
run
If
sets
stage
NovaECS - v1.0.11
Loading...
System configuration 系统配置