RefractionEntity

final case
class RefractionEntity(diffuse: AssetName, fillType: FillType) extends Material
Companion
object
trait Serializable
trait Product
trait Equals
trait Material
class Object
trait Matchable
class Any

Value members

Concrete methods

def toShaderData: ShaderData
def withDiffuse(newDiffuse: AssetName): RefractionEntity
def withFillType(newFillType: FillType): RefractionEntity

Inherited methods

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