struct RenderTile
- RenderTile
- ECS::Component
- Struct
- Value
- Object
Defined in:
utils/basic_systems.crConstructors
Class Method Summary
Instance Method Summary
- #clone
- #copy_with(image _image = @image, frame _frame = @frame, offset _offset = @offset)
- #frame : Int32
- #image : Engine::TileMap
- #offset : Vector2
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(image _image = @image, frame _frame = @frame, offset _offset = @offset)
#