regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(918, "ColorizeShaderFxData")]
public struct ColorizeShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)]
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(1, "int", "mode", 4)]
[DNAFieldAttribute(1, "int", "mode", "int", 4)]
public int mode;
[DNAFieldAttribute(2, "float", "low_color[4]", 4)]
[DNAFieldAttribute(2, "float", "low_color[4]", "System.Single[]", 4)]
public float[] low_color = new System.Single[4];
[DNAFieldAttribute(3, "float", "high_color[4]", 4)]
[DNAFieldAttribute(3, "float", "high_color[4]", "System.Single[]", 4)]
public float[] high_color = new System.Single[4];
[DNAFieldAttribute(4, "float", "factor", 4)]
[DNAFieldAttribute(4, "float", "factor", "float", 4)]
public float factor;
[DNAFieldAttribute(5, "int", "flag", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(6, "char", "_pad[4]", 1)]
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", 40)]
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)]
public ShaderFxData_Runtime runtime;
public ColorizeShaderFxData() {
this.shaderfx = default;