class Game::ShapeEntity
- Game::ShapeEntity
- Game::Entity
- Reference
- Object
Defined in:
game/shapes/shape_entity.crConstructors
Instance Method Summary
- #draw(parent_x = 0, parent_y = 0)
- #height(*args, **options)
- #height(*args, **options, &)
- #shape : ::Game::Shape
- #shape=(shape : ::Game::Shape)
- #update(frame_time)
- #width(*args, **options)
- #width(*args, **options, &)
- #x : Int32 | Float32
- #x=(x : Int32 | Float32)
- #y : Int32 | Float32
- #y=(y : Int32 | Float32)