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,11 +17,11 @@ namespace BlendFile.DNA {
public class BrushClone {
[DNAFieldAttribute(8, "Image", 0, "*image", "Image", true, 0)]
public Image image;
[DNAFieldAttribute(8, "float", 1, "offset[2]", "System.Single[]", false, 8)]
[DNAArrayAttribute(8, "float", 1, "offset[2]", "System.Single[]", 2, 8)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(4, "float", 2, "alpha", "float", false, 16)]
public float alpha;
[DNAFieldAttribute(4, "char", 3, "_pad[4]", "System.Char[]", false, 20)]
[DNAArrayAttribute(4, "char", 3, "_pad[4]", "System.Char[]", 4, 20)]
public char[] _pad = new System.Char[4];
public BrushClone() {
this.image = default;