module

PointClickEngine::Utils::YAMLConverters

Class methods

color_from_yaml(yaml_string : String) : Raylib::Color
Source
color_to_yaml(color : Raylib::Color) : String

Helper to convert Color to/from YAML

Source
rectangle_from_yaml(yaml_string : String) : Raylib::Rectangle
Source
rectangle_to_yaml(rect : Raylib::Rectangle) : String

Helper to convert Rectangle to/from YAML

Source
vector2_array_from_yaml(yaml_string : String) : Array(Raylib::Vector2)
Source
vector2_array_to_yaml(array : Array(Raylib::Vector2)) : String

Helper to convert Array(Vector2) to/from YAML

Source
vector2_from_yaml(yaml_string : String) : Raylib::Vector2
Source
vector2_to_yaml(vec : Raylib::Vector2) : String

Helper to convert Vector2 to/from YAML

Source

Nested types