LineLoop constructor

LineLoop(
  1. BufferGeometry? geometry,
  2. Material? material
)

Implementation

LineLoop(BufferGeometry? geometry, Material? material) : super(geometry, material) {
  type = 'LineLoop';
}