External

indigo.shared.shader.EntityShader.External
See theExternal companion object
final case class External(id: ShaderId, vertex: Option[AssetName], fragment: Option[AssetName], prepare: Option[AssetName], light: Option[AssetName], composite: Option[AssetName]) extends EntityShader

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EntityShader
trait Shader
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product