Update structure types to record structs (#326)
This commit is contained in:
parent
7db9848fb2
commit
a31a4eb3ca
7 changed files with 8 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ namespace Raylib_cs;
|
|||
|
||||
/// <summary>Bounding box type</summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct BoundingBox
|
||||
public partial record struct BoundingBox
|
||||
{
|
||||
/// <summary>
|
||||
/// Minimum vertex box-corner
|
||||
|
|
|
|||
Loading…
Reference in a new issue