SceneNode

indigo.shared.scenegraph.SceneNode
See theSceneNode companion object
sealed trait SceneNode

The parent type of all nodes a user might use or create. Defines the fields needed to draw something onto the screen.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DependentNode[T]
class CloneBatch
class CloneTiles
class Group
class Mutants
class Sprite[M]
class Text[M]
trait RenderNode[T]
trait EntityNode[T]
class BlankEntity
class Clip[M]
class Graphic[M]
trait Shape[T]
class Box
class Circle
class Line
class Polygon
class TextBox
Show all

Members list

Value members

Abstract methods

def depth: Depth
def flip: Flip
def ref: Point
def scale: Vector2
def withDepth(newDepth: Depth): SceneNode