updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -33,15 +33,15 @@ namespace BlendFile.DNA {
public float axY;
[DNAFieldAttribute(4, "float", 8, "axZ", "float", false, 40)]
public float axZ;
[DNAArrayAttribute(24, "float", 9, "minLimit[6]", "System.Single[]", 6, 44)]
[DNAArrayAttribute(24, "float", 9, "minLimit[6]", "System.Single[]", 6, false, 44)]
public float[] minLimit = new System.Single[6];
[DNAArrayAttribute(24, "float", 10, "maxLimit[6]", "System.Single[]", 6, 68)]
[DNAArrayAttribute(24, "float", 10, "maxLimit[6]", "System.Single[]", 6, false, 68)]
public float[] maxLimit = new System.Single[6];
[DNAFieldAttribute(4, "float", 11, "extraFz", "float", false, 92)]
public float extraFz;
[DNAFieldAttribute(2, "short", 12, "flag", "short", false, 96)]
public short flag;
[DNAArrayAttribute(6, "char", 13, "_pad[6]", "System.Char[]", 6, 98)]
[DNAArrayAttribute(6, "char", 13, "_pad[6]", "System.Char[]", 6, false, 98)]
public char[] _pad = new System.Char[6];
public bRigidBodyJointConstraint() {
this.tar = default;