Mutants

final case
class Mutants(id: CloneId, depth: Depth, uniformBlocks: Array[List[UniformBlock]]) extends DependentNode

Represents many identical clones of the same clone blank, differentiated only by their shader data. Intended for use with custom entities in particular.

Companion
object
trait Serializable
trait Product
trait Equals
trait SceneNode
class Object
trait Matchable
class Any

Value members

Concrete methods

def addBlocks(additionalBlocks: Array[List[UniformBlock]]): Mutants
def withCloneId(newCloneId: CloneId): Mutants
def withDepth(newDepth: Depth): Mutants

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy
val flip: Flip
lazy
lazy
val ref: Point
lazy
lazy