class Actor
- Actor
- Reference
- Object
Included Modules
- SF::Drawable
Direct Known Subclasses
Defined in:
game/actor.crConstructors
Instance Method Summary
- #alive?
- #animation_facing(direction)
- #animation_rect(rect, i) : SF::IntRect
- #animation_reset(direction)
- #animation_step
- #apply_speed(direction : SF::Vector2f)
- #collides?(other)
- #dead?
- #draw(target, states)
- #global_bounds
- #hit
- #move(direction : SF::Vector2f)
- #next_animation_step
- #normalize_movement(direction : SF::Vector2f)
- #position : SF::Vector2(Float32)
- #position=(position : SF::Vector2(Float32))
- #update(time)