Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package Engine2D {
- public interface ICollision2D {
- function getPolygon2D() : Polygon2D;
- function getBoundingBox2D() : BoundingBox2D;
- function getCircle2D() : Circle2D;
- function onCollision(object:BaseSprite, location:Vector2D = null) : void;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment