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

@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
public class EffectorWeights {
[DNAFieldAttribute(8, "Collection", 0, "*group", "Collection", true, 0)]
public Collection group;
[DNAFieldAttribute(56, "float", 1, "weight[14]", "System.Single[]", false, 8)]
[DNAArrayAttribute(56, "float", 1, "weight[14]", "System.Single[]", 14, 8)]
public float[] weight = new System.Single[14];
[DNAFieldAttribute(4, "float", 2, "global_gravity", "float", false, 64)]
public float global_gravity;
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 68)]
public short flag;
[DNAFieldAttribute(2, "char", 4, "_pad[2]", "System.Char[]", false, 70)]
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, 70)]
public char[] _pad = new System.Char[2];
public EffectorWeights() {
this.group = default;