UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines (7 loc) 292 B
import Primitive from "../core/Primitive"; import cylinderShape from "../core/PhysicsObjectManager/cannon/shapes/cylinderShape"; export default class Cylinder extends Primitive { static componentName: string; protected _physicsShape: typeof cylinderShape; constructor(); }