None

indigo.shared.scenegraph.Falloff.None
See theNone companion object
final case class None(near: Int, far: Option[Int]) extends Falloff

Light does not decay.

Attributes

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

Members list

Value members

Concrete methods

def withFar(newFar: Int): None
def withNear(newNear: Int): None
def withRange(newNear: Int, newFar: Int): None

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product