Newer
Older
HuangJiPC / public / static / three / examples / jsm / lines / Line2.d.ts
@zhangdeliang zhangdeliang on 21 Jun 276 bytes update
import { LineGeometry } from './LineGeometry';
import { LineSegments2 } from './LineSegments2';
import { LineMaterial } from './LineMaterial';

export class Line2 extends LineSegments2 {

	constructor( geometry?: LineGeometry, material?: LineMaterial );
	isLine2: boolean;

}