struct RayLib::Rectangle
- RayLib::Rectangle
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(x : Float32, y : Float32, width : Float32, height : Float32)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Rectangle))
- .new(unwrap : Binding::Rectangle)
Instance Method Summary
- #height : Float32
- #height=(height : Float32)
- #to_unsafe
- #width : Float32
- #width=(width : Float32)
- #x : Float32
- #x=(x : Float32)
- #y : Float32
- #y=(y : Float32)