Top Level Namespace
Defined in:
Method Summary
- new_rect(x0, y0, width, height, *, thickness = 1, outline = SF::Color::Transparent, fill = SF::Color::Transparent, texture : SF::Texture | Nil = nil) : RectType
- new_text(x, y, str, *, size = 12, color = SF::Color::Black, centered = false, style = SF::Text::Regular) : SF::Text
- vec(x, y)
Method Detail
def new_rect(x0, y0, width, height, *, thickness = 1, outline = SF::Color::Transparent, fill = SF::Color::Transparent, texture : SF::Texture | Nil = nil) : RectType
#
def new_text(x, y, str, *, size = 12, color = SF::Color::Black, centered = false, style = SF::Text::Regular) : SF::Text
#