Method: Actor#height

Defined in:
lib/fantasy/actor.rb

#heightFixnum

Returns the Actor height in pixels.

Returns:

  • (Fixnum)

    the Actor height in pixels



282
283
284
# File 'lib/fantasy/actor.rb', line 282

def height
  @image.height * @scale
end