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

@@ -19,15 +19,15 @@ namespace BlendFile.DNA {
public int num;
[DNAFieldAttribute(4, "int", 1, "parent", "int", false, 4)]
public int parent;
[DNAFieldAttribute(16, "int", 2, "pa[4]", "System.Int32[]", false, 8)]
[DNAArrayAttribute(16, "int", 2, "pa[4]", "System.Int32[]", 4, 8)]
public int[] pa = new System.Int32[4];
[DNAFieldAttribute(16, "float", 3, "w[4]", "System.Single[]", false, 24)]
[DNAArrayAttribute(16, "float", 3, "w[4]", "System.Single[]", 4, 24)]
public float[] w = new System.Single[4];
[DNAFieldAttribute(16, "float", 4, "fuv[4]", "System.Single[]", false, 40)]
[DNAArrayAttribute(16, "float", 4, "fuv[4]", "System.Single[]", 4, 40)]
public float[] fuv = new System.Single[4];
[DNAFieldAttribute(4, "float", 5, "foffset", "float", false, 56)]
public float foffset;
[DNAFieldAttribute(4, "char", 6, "_pad0[4]", "System.Char[]", false, 60)]
[DNAArrayAttribute(4, "char", 6, "_pad0[4]", "System.Char[]", 4, 60)]
public char[] _pad0 = new System.Char[4];
public ChildParticle() {
this.num = default;