BlankEntity

indigo.shared.scenegraph.BlankEntity
See theBlankEntity companion object
final case class BlankEntity(size: Size, eventHandlerEnabled: Boolean, eventHandler: ((BlankEntity, GlobalEvent)) => Option[GlobalEvent], shaderData: ShaderData, position: Point, rotation: Radians, scale: Vector2, depth: Depth, ref: Point, flip: Flip) extends EntityNode[BlankEntity], Cloneable, SpatialModifiers[BlankEntity]

Attributes

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

Members list

Type members

Inherited types

type Out = T

Attributes

Inherited from:
RenderNode

Value members

Inherited methods

Attributes

Inherited from:
EntityNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val height: Int
lazy val width: Int
lazy val x: Int
lazy val y: Int