Method: Actor#collision_with
- Defined in:
- lib/fantasy/actor.rb
#collision_with ⇒ Array, String
Array of strings (or "all"). Represents with which other solid Actors this Actor collide.
Default "all"
.
218 219 220 |
# File 'lib/fantasy/actor.rb', line 218 def collision_with @collision_with end |