Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -25,17 +25,17 @@ namespace BlendFile.DNA {
public int count;
[DNAFieldAttribute(4, "int", 4, "flag", "int", false, 300)]
public int flag;
[DNAFieldAttribute(12, "float", 5, "offset[3]", "System.Single[]", false, 304)]
[DNAArrayAttribute(12, "float", 5, "offset[3]", "System.Single[]", 3, 304)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "shift[3]", "System.Single[]", false, 316)]
[DNAArrayAttribute(12, "float", 6, "shift[3]", "System.Single[]", 3, 316)]
public float[] shift = new System.Single[3];
[DNAFieldAttribute(12, "float", 7, "rnd_offset[3]", "System.Single[]", false, 328)]
[DNAArrayAttribute(12, "float", 7, "rnd_offset[3]", "System.Single[]", 3, 328)]
public float[] rnd_offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 8, "rnd_rot[3]", "System.Single[]", false, 340)]
[DNAArrayAttribute(12, "float", 8, "rnd_rot[3]", "System.Single[]", 3, 340)]
public float[] rnd_rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 9, "rnd_scale[3]", "System.Single[]", false, 352)]
[DNAArrayAttribute(12, "float", 9, "rnd_scale[3]", "System.Single[]", 3, 352)]
public float[] rnd_scale = new System.Single[3];
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 364)]
[DNAArrayAttribute(4, "char", 10, "_pad[4]", "System.Char[]", 4, 364)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "int", 11, "seed", "int", false, 368)]
public int seed;