CADViewComponent/dist/Text.d.ts

12 lines
319 B
TypeScript
Raw Permalink Normal View History

import { Mesh } from "three";
export declare class DbText extends Mesh {
/**
*
* ,8()0
* @param {string} str
* @param {number} height
* @memberof DbText
*/
constructor(str: string, height?: number);
}