struct CameraPosition
- CameraPosition
- ECS::Component
- Struct
- Value
- Object
Defined in:
utils/basic_systems.crConstructors
Class Method Summary
Instance Method Summary
- #angle : Float32
- #clone
- #copy_with(offset _offset = @offset, scale _scale = @scale, angle _angle = @angle)
- #move(vector)
- #offset : Vector2
- #rotate(angle)
- #scale(k)
- #scale : Vector2
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(offset _offset = @offset, scale _scale = @scale, angle _angle = @angle)
#