SmoothLinear

indigo.shared.scenegraph.Falloff.SmoothLinear
See theSmoothLinear companion object
final case class SmoothLinear(near: Int, far: Int) extends Falloff

A big smooth circle of light that falls to zero at the "far" distance.

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): SmoothLinear
def withNear(newNear: Int): SmoothLinear
def withRange(newNear: Int, newFar: Int): SmoothLinear

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product