BB.Dsl.Material (bb v0.2.1)

View Source

A material

Summary

Types

t()

@type t() :: %BB.Dsl.Material{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  color: nil | BB.Dsl.Color.t(),
  name: atom(),
  texture: nil | BB.Dsl.Texture.t()
}