Search
Preparing search index...
The search index is not available
小游戏框架
Options
All
Public
Public/Protected
All
Inherited
Menu
小游戏框架
StreamingLoadingSystem
Class StreamingLoadingSystem
场景流式加载系统。
export
implements
{IGameSystem}
Hierarchy
TaskManager
<
Prefab
>
StreamingLoadingSystem
Implements
IGameSystem
Index
Constructors
constructor
Properties
concurrency
interval
tester
Methods
remove
Constructors
constructor
new
Streaming
Loading
System
(
concurrency
?:
number
)
:
StreamingLoadingSystem
Parameters
concurrency:
number
= 9
Returns
StreamingLoadingSystem
Properties
concurrency
concurrency
:
number
interval
interval
:
number
= 500
检查的间隔时间。
memberof
StreamingLoadingSystem
tester
tester
:
Tester
= ...
是否要加载或卸载Prefab的检查器。
memberof
StreamingLoadingSystem
Methods
remove
remove
(
task
:
Task
<
Prefab
>
)
:
void
Parameters
task:
Task
<
Prefab
>
Returns
void
Exports
Streaming
Loading
System
constructor
concurrency
interval
tester
remove
Generated using
TypeDoc
场景流式加载系统。
{IGameSystem}