LightData

indigo.shared.platform.LightData
See theLightData companion object
final case class LightData(lightFlags: Array[Float], lightColor: Array[Float], lightSpecular: Array[Float], lightPositionRotation: Array[Float], lightNearFarAngleIntensity: Array[Float])

Attributes

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

Members list

Value members

Concrete methods

def +(other: LightData): LightData
def toArray: Array[Float]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product