UNPKG
@rbxts/planck
Version:
alpha (0.3.0-alpha.2)
latest (1.0.0)
rc (0.3.0-rc.2)
1.0.0
0.3.0-rc.2
0.3.0-rc.1
0.3.0-alpha.2
0.3.0-alpha.1
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3-rc.5
0.1.3-rc.4
0.1.3-rc.3
0.1.3-rc.2
0.1.3-rc.1
0.1.3-rc.0
0.1.2
0.1.1
0.1.0
0.1.0-rc.3
0.1.0-rc.2
An agnostic scheduler for ECS
yetanotherclown.github.io/planck
yetanotherclown/planck
@rbxts/planck
/
out
/
Phase.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
Phase
{
constructor
(
debugName
?:
string
)
static
readonly
PreStartup
:
Phase
static
readonly
Startup
:
Phase
static
readonly
PostStartup
:
Phase
}
export
=
Phase
;