UNPKG
@polyzone/core
Version:
latest (0.1.0-3)
polyzone-v0.1.0 (0.1.0-3)
0.1.0-3
0.1.0-2
0.1.0-1
0.1.0-0
PolyZone core API
github.com/peabnuts123/polyzone
peabnuts123/polyzone
@polyzone/core
/
world
/
components
/
MeshComponent.d.ts
7 lines
(6 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { GameObjectComponent } from
"../GameObjectComponent"
;
/** * Loads a mesh for this GameObject */
export declare abstract
class
MeshComponent
extends
GameObjectComponent
{ }