LayerEntry

indigo.shared.scenegraph.LayerEntry
See theLayerEntry companion object
enum LayerEntry

Layer entries are holders for Layers, that can either be tagged or untagged. If a layer entry is tagged with a BindingKey, then if two SceneUpdateFragements are merged together, two entries will the same tag will be combined at the depth of the original.

Attributes

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

Members list

Type members

Enum entries

final case class Tagged(tag: BindingKey, layer: Layer)
final case class Untagged(layer: Layer)