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

@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public float factor;
[DNAFieldAttribute(4, "float", 6, "radius", "float", false, 296)]
public float radius;
[DNAFieldAttribute(12, "float", 7, "color[3]", "System.Single[]", false, 300)]
[DNAArrayAttribute(12, "float", 7, "color[3]", "System.Single[]", 3, 300)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(8, "Object", 8, "*object", "Object", true, 312)]
public Object @object;