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

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public float y;
[DNAFieldAttribute(4, "float", 2, "z", "float", false, 8)]
public float z;
[DNAFieldAttribute(16, "float", 3, "color[4]", "System.Single[]", false, 12)]
[DNAArrayAttribute(16, "float", 3, "color[4]", "System.Single[]", 4, 12)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(4, "int", 4, "size", "int", false, 28)]
public int size;