Method: Actor#solid
- Defined in:
- lib/fantasy/actor.rb
#solid ⇒ Boolean
When true
the Actor will cause and respond to collisions.
When false
the Actor won't cause neither respond to collisions.
Default true
.
150 151 152 |
# File 'lib/fantasy/actor.rb', line 150 def solid @solid end |