getObjectsAtLocation(x, y, group, callback, callbackContext, callbackArg) → {Array.<PIXI.DisplayObject>}
Given a Group and a location this will check to see which Group children overlap with the coordinates.Each child will be sent to the given callback for further processing.Note that the children are not checked for depth order, but simply if they overlap the coordinate or not.
Parameters
Name Type Argument Description x number The x coordinate to check. y number The y coordin