Bitmap

final case
class Bitmap(diffuse: AssetName, lighting: LightingModel, shaderId: Option[ShaderId], 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 withDiffuse(newDiffuse: AssetName): Bitmap
def withFillType(newFillType: FillType): Bitmap
def withLighting(newLighting: LightingModel): Bitmap
def withShaderId(newShaderId: ShaderId): Bitmap

Inherited methods

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