q5play
Preparing search index...
Box2D
TaskSystem
Interface TaskSystem
interface
TaskSystem
{
ClearTasks
()
:
void
;
clone
()
:
this
;
delete
()
:
void
;
deleteLater
()
:
this
;
GetActiveTaskCount
()
:
number
;
GetTotalThreadCount
()
:
number
;
isAliasOf
(
other
:
ClassHandle
)
:
boolean
;
isDeleted
()
:
boolean
;
[
key
:
number
]:
()
=>
void
;
}
Hierarchy (
View Summary
)
ClassHandle
TaskSystem
Indexable
[
key
:
number
]:
()
=>
void
Index
Methods
Clear
Tasks
clone
delete
delete
Later
Get
Active
Task
Count
Get
Total
Thread
Count
is
Alias
Of
is
Deleted
Methods
Clear
Tasks
ClearTasks
()
:
void
Returns
void
clone
clone
()
:
this
Returns
this
delete
delete
()
:
void
Returns
void
delete
Later
deleteLater
()
:
this
Returns
this
Get
Active
Task
Count
GetActiveTaskCount
()
:
number
Returns
number
Get
Total
Thread
Count
GetTotalThreadCount
()
:
number
Returns
number
is
Alias
Of
isAliasOf
(
other
:
ClassHandle
)
:
boolean
Parameters
other
:
ClassHandle
Returns
boolean
is
Deleted
isDeleted
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
Clear
Tasks
clone
delete
delete
Later
Get
Active
Task
Count
Get
Total
Thread
Count
is
Alias
Of
is
Deleted
q5play
Loading...