updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -17,11 +17,11 @@ namespace BlendFile.DNA {
public class PixelShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAArrayAttribute(12, "int", 1, "size[3]", "System.Int32[]", 3, 104)]
[DNAArrayAttribute(12, "int", 1, "size[3]", "System.Int32[]", 3, false, 104)]
public int[] size = new System.Int32[3];
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 116)]
public int flag;
[DNAArrayAttribute(16, "float", 3, "rgba[4]", "System.Single[]", 4, 120)]
[DNAArrayAttribute(16, "float", 3, "rgba[4]", "System.Single[]", 4, false, 120)]
public float[] rgba = new System.Single[4];
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 4, "runtime", "ShaderFxData_Runtime", false, 136)]
public ShaderFxData_Runtime runtime;