DependentNode

indigo.shared.scenegraph.DependentNode
See theDependentNode companion object
trait DependentNode[T <: SceneNode] extends SceneNode

DependentNodes are built-in node types where Indigo understands how to build the shader data, and the bounds are dependant on the contents of the node.

Attributes

Companion
object
Graph
Supertypes
trait SceneNode
class Object
trait Matchable
class Any
Known subtypes
class CloneBatch
class CloneTiles
class Group
class Mutants
class Sprite[M]
class Text[M]
Show all

Members list

Type members

Types

type Out = T

Value members

Abstract methods

def eventHandler: ((T, GlobalEvent)) => Option[GlobalEvent]
def eventHandlerEnabled: Boolean
override def withDepth(newDepth: Depth): T

Attributes

Definition Classes

Inherited methods

def depth: Depth

Attributes

Inherited from:
SceneNode
def flip: Flip

Attributes

Inherited from:
SceneNode

Attributes

Inherited from:
SceneNode
def ref: Point

Attributes

Inherited from:
SceneNode

Attributes

Inherited from:
SceneNode
def scale: Vector2

Attributes

Inherited from:
SceneNode