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] with SpatialModifiers[Group]
Used to group elements to allow them to be manipulated as a collection.
- Companion:
- object
trait Serializable
trait Product
trait Equals
trait SpatialModifiers[Group]
trait BasicSpatialModifiers[Group]
trait DependentNode[Group]
trait SceneNode
class Object
trait Matchable
class Any