Collisor - HermesPasser/Ramu GitHub Wiki

class Collisor : Drawable

Description

Class responsible for collision.

Constructor Parameters

  • int x: Position in x.
  • int y: Position in y.
  • int width: Width.
  • int height: Height.
let coll = new Collisor(10, 10, 100, 100);

Properties

Public Methods

Inherited Members