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

@@ -19,15 +19,15 @@ namespace BlendFile.DNA {
public ShaderFxData shaderfx;
[DNAFieldAttribute(4, "int", 1, "mode", "int", false, 104)]
public int mode;
[DNAArrayAttribute(16, "float", 2, "low_color[4]", "System.Single[]", 4, 108)]
[DNAArrayAttribute(16, "float", 2, "low_color[4]", "System.Single[]", 4, false, 108)]
public float[] low_color = new System.Single[4];
[DNAArrayAttribute(16, "float", 3, "high_color[4]", "System.Single[]", 4, 124)]
[DNAArrayAttribute(16, "float", 3, "high_color[4]", "System.Single[]", 4, false, 124)]
public float[] high_color = new System.Single[4];
[DNAFieldAttribute(4, "float", 4, "factor", "float", false, 140)]
public float factor;
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 144)]
public int flag;
[DNAArrayAttribute(4, "char", 6, "_pad[4]", "System.Char[]", 4, 148)]
[DNAArrayAttribute(4, "char", 6, "_pad[4]", "System.Char[]", 4, false, 148)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 7, "runtime", "ShaderFxData_Runtime", false, 152)]
public ShaderFxData_Runtime runtime;