crashTo(obj)
true
false
crashTo(Class)
null
// $playerというオブジェクトにぶつかっていたら,$playerを消します if (crashTo($player)) { $player.die(); }