Layer

indigo.shared.scenegraph.Layer
See theLayer companion enum
object Layer

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Layer.type

Members list

Type members

Classlikes

object Content

Attributes

Companion
enum
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Content.type
object Stack

Attributes

Companion
enum
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Stack.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(nodes: SceneNode*): Content
def apply(nodes: Batch[SceneNode]): Content
def apply(maybeNode: Option[SceneNode]): Content

Concrete fields

val empty: Content

Givens

Givens

given derived$CanEqual: CanEqual[Layer, Layer]

Extensions

Extensions

extension (lc: Content)
def ++(moreNodes: Batch[SceneNode]): Content
def +:(stack: Stack): Stack
def ::(stack: Stack): Stack
def addLights(newLights: Light*): Content
def addLights(newLights: Batch[Light]): Content
def addNodes(moreNodes: Batch[SceneNode]): Content
def addNodes(moreNodes: SceneNode*): Content
def combine(other: Content): Content
def hide: Content
def modifyCamera(modifier: Camera => Camera): Content
def show: Content
def withBlendMaterial(newBlendMaterial: BlendMaterial): Content
def withBlending(newBlending: Blending): Content
def withCamera(newCamera: Camera): Content
def withDepth(newDepth: Depth): Content
def withEntityBlend(newBlend: Blend): Content
def withLayerBlend(newBlend: Blend): Content
def withLights(newLights: Light*): Content
def withLights(newLights: Batch[Light]): Content
def withMagnification(level: Int): Content

Apply a magnification to this content layer

Apply a magnification to this content layer

Attributes

def withNodes(newNodes: Batch[SceneNode]): Content
def withNodes(newNodes: SceneNode*): Content
def withVisibility(isVisible: Boolean): Content
def |+|(other: Content): Content
extension (ls: Stack)
def ++(other: Stack): Stack
def ++(layers: Batch[Layer]): Stack
def :+(layer: Layer): Stack
def append(layer: Layer): Stack
def append(layers: Batch[Layer]): Stack
def combine(other: Stack): Stack
def cons(layer: Layer): Stack
def prepend(layer: Layer): Stack