PathMesh

class PathMesh(var paths: MutableList<Path3D>, var material: Material, var weight: Double) : Entity(source)

Constructors

Link copied to clipboard
constructor(paths: MutableList<Path3D>, material: Material, weight: Double)

Properties

Link copied to clipboard
Link copied to clipboard
var paths: MutableList<Path3D>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String