Raylib.Rectangletype t' = Raylib_fixed_types.Rectangle.tval t : t Ctypes.typval create : float -> float -> float -> float -> tcreate x y width height
val x : t -> floatRectangle top-left corner position x
val y : t -> floatRectangle top-left corner position y
val width : t -> floatRectangle width
val height : t -> floatRectangle height
val set_x : t -> float -> unitval set_y : t -> float -> unitval set_width : t -> float -> unitval set_height : t -> float -> unit