class Boleite::Sprite
- Boleite::Sprite
- Reference
- Object
Included Modules
Defined in:
boleite/graphics/sprite.crboleite/graphics/sprite/vertices.cr
Constructors
Instance Method Summary
- #color : Boleite::VectorImp(Float32, 4)
- #color=(color : Boleite::VectorImp(Float32, 4))
- #size : Boleite::VectorImp(UInt32, 2)
- #size=(size : Boleite::VectorImp(UInt32, 2))
- #texture : Boleite::Texture
- #texture=(texture : Boleite::Texture)
- #texture_rect : Boleite::Rect(Int32)
- #texture_rect=(rect : Boleite::Rect(Int32))
Instance methods inherited from module Boleite::Transformable
move(x, y)move(offset) move, origo origo, origo=(origo) origo=, position position, position=(pos) position=, rotate(rot) rotate, rotation rotation, rotation=(rot) rotation=, scale scale, scale=(scale) scale=, transformation transformation, update_transformation update_transformation