Files
BlenderSharp/BlendFile/DNA/FMod_Limits.cs
2025-01-22 02:23:29 +01:00

15 lines
400 B
C#

// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public struct FMod_Limits {
public rctf rect;
public int flag;
public char[] _pad = new System.Char[4];
public FMod_Limits(rctf rect, int flag, char[] _pad) {
this.rect = rect;
this.flag = flag;
this._pad = _pad;
}
}
}