@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 304 B
TypeScript
/**
*
* @param {string} text
* @param {Vector3} [position]
* @returns {Entity}
*/
export function createDebugLabel(text: string, position?: Vector3): Entity;
import Vector3 from "../../../core/geom/Vector3.js";
import Entity from "../../ecs/Entity.js";
//# sourceMappingURL=createDebugLabel.d.ts.map