LineDashedMaterial

THREE.LineDashedMaterial
See theLineDashedMaterial companion class

Companion object for LineDashedMaterial with factory methods.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(parameters: Object): LineDashedMaterial

Factory method to create a LineDashedMaterial with parameters.

Factory method to create a LineDashedMaterial with parameters.

Attributes

Factory method to create a LineDashedMaterial with default parameters.

Factory method to create a LineDashedMaterial with default parameters.

Attributes

def apply(color: Int, dashSize: Double, gapSize: Double, scale: Double): LineDashedMaterial

Factory method to create a LineDashedMaterial with common parameters.

Factory method to create a LineDashedMaterial with common parameters.

Attributes