Update simple structs to record structs
This commit is contained in:
parent
7db9848fb2
commit
8737aa73a9
7 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ namespace Raylib_cs;
|
|||
/// Camera2D, defines position/orientation in 2d space
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct Camera2D
|
||||
public record struct Camera2D
|
||||
{
|
||||
/// <summary>
|
||||
/// Camera offset (displacement from target)
|
||||
|
|
|
|||
Loading…
Reference in a new issue