UNPKG
noa-engine
Version:
latest (0.33.0)
0.33.0
0.32.0
0.31.0
0.30.0
0.28.0
0.27.0
0.26.0
0.25.4
0.25.3
0.25.2
0.22.0
0.21.0
0.20.3
0.20.2
0.15.0
Experimental voxel game engine
github.com/fenomas/noa
fenomas/noa
noa-engine
/
dist
/
src
/
components
/
mesh.d.ts
12 lines
(11 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
function
_default
(
noa
:
any
): {
name
:
string
;
order
:
number
;
state
: {
mesh
:
any
;
offset
:
any
; };
onAdd
:
(
eid
:
any
,
state
:
any
) =>
void
;
onRemove
:
(
eid
:
any
,
state
:
any
) =>
void
;
renderSystem
:
(
dt
:
any
,
states
:
any
) =>
void
; };