regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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