indigo.shared.scenegraph.Group
See theGroup companion object
final case class Group(children: Batch[SceneNode], eventHandlerEnabled: Boolean, eventHandler: ((Group, GlobalEvent)) => Option[GlobalEvent], position: Point, rotation: Radians, scale: Vector2, depth: Depth, ref: Point, flip: Flip) extends DependentNode[Group], SpatialModifiers[Group]
Used to group elements to allow them to be manipulated as a collection.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SpatialModifiers[Group]trait BasicSpatialModifiers[Group]trait DependentNode[Group]trait SceneNodeclass Objecttrait Matchableclass Any
Members list
In this article