Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BoxCollider

2D BoxCollider Component, defining an AABB of a given size for the Entity

Hierarchy

Index

Constructors

Properties

Constructors

  • Constructor. Take the box dimensions and provide the name 'BoxCollider' to the parent class

    If no dimensions are provided, the Collision System will use the Entity's own dimensions instead

    Parameters

    • Optional dimensions: Vec2

      optional box dimensions

    Returns BoxCollider

Properties

dimensions?: Vec2
name: string