Box

indigo.physics.Collider.Box
See theBox companion object
final case class Box[A](tag: A, bounds: BoundingBox, mass: Mass, velocity: Vector2, terminalVelocity: Vector2, restitution: Restitution, friction: Friction, static: Boolean, canCollideWith: A => Boolean, onCollisionWith: (Collider[A]) => Batch[GlobalEvent]) extends Collider[A]

Attributes

Companion
object

Members list

Value members

Inherited methods

Attributes

Inherited from:
Collider
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product