Merge branch 'master' into select-block
This commit is contained in:
10
dist/Dimension.d.ts
vendored
Normal file
10
dist/Dimension.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Group } from "three";
|
||||
/**
|
||||
* 标注实体
|
||||
* @export
|
||||
* @class Dimension
|
||||
* @extends {Group}
|
||||
*/
|
||||
export declare class Dimension extends Group {
|
||||
constructor(length: number, textHeight?: number, mirror?: boolean, mirrorFoot?: boolean);
|
||||
}
|
||||
Reference in New Issue
Block a user