Skip to content
Update Raylib-cs.BleedingEdge to 5.6.2-dev.220, and wasm build to .NET 9.0.10.
Added the LabelButton control.
Added a ScrollPanel overload that doesn't require a Rectangle reference for the bounding box.
Made the string parameters for Panel, Slider and StatusBar nullable.
Added overloads for GetState and SetState with property specific return types.
Added RLString type to aid converting between C# and C strings including fixed size buffers.
Added overloads for ListViewEx, TextBox and TextInputBox that use fixed sized RLStrings.
Changed WindowBox to return a bool if closed instead of an int.
Imported some important defines from the Raygui header.
Added wrappers for internal alpha and exclusive mode variables and GetTextBounds, GuiDrawText, 
and GuiDrawRectangle functions to aid in creating custom controls.