UNPKG
@needle-tools/car-physics
Version:
latest (1.0.0-alpha.21)
next (1.0.0-next.d6f8a49)
stable (1.0.0-alpha.22)
1.0.0-next.d6f8a49
1.0.0-next.c71804b
1.0.0-alpha.22
1.0.0-alpha.21
1.0.0-alpha.20
1.0.0-alpha.19
1.0.0-alpha.18
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
Car physics for Needle Engine: Create physical cars with ease
needle.tools
needle-engine/car-physics
@needle-tools/car-physics
/
src
/
constants.ts
11 lines
(9 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
enum
CarDrive
{ all =
0
, rear =
1
, front =
2
, }
export
enum
CarAxle { front =
0
, rear =
1
, }