Returns the Actor height in pixels.
Returns:
the Actor height in pixels
282 283 284
# File 'lib/fantasy/actor.rb', line 282 def height @image.height * @scale end