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 PixelShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(12, "int", 1, "size[3]", "System.Int32[]", false, 104)]
[DNAArrayAttribute(12, "int", 1, "size[3]", "System.Int32[]", 3, 104)]
public int[] size = new System.Int32[3];
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 116)]
public int flag;
[DNAFieldAttribute(16, "float", 3, "rgba[4]", "System.Single[]", false, 120)]
[DNAArrayAttribute(16, "float", 3, "rgba[4]", "System.Single[]", 4, 120)]
public float[] rgba = new System.Single[4];
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 4, "runtime", "ShaderFxData_Runtime", false, 136)]
public ShaderFxData_Runtime runtime;