Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(361, "LightProbeBlockData", 16)]
public struct LightProbeBlockData {
[DNAFieldAttribute(0, "int", "offset[3]", "System.Int32[]", 12, false, 0)]
public class LightProbeBlockData {
[DNAFieldAttribute(12, "int", 0, "offset[3]", "System.Int32[]", false, 0)]
public int[] offset = new System.Int32[3];
[DNAFieldAttribute(1, "int", "level", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 1, "level", "int", false, 12)]
public int level;
public LightProbeBlockData() {
this.offset = default;