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,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(918, "ColorizeShaderFxData", 192)]
public struct ColorizeShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104, false, 0)]
public class ColorizeShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(1, "int", "mode", "int", 4, false, 104)]
[DNAFieldAttribute(4, "int", 1, "mode", "int", false, 104)]
public int mode;
[DNAFieldAttribute(2, "float", "low_color[4]", "System.Single[]", 16, false, 108)]
[DNAFieldAttribute(16, "float", 2, "low_color[4]", "System.Single[]", false, 108)]
public float[] low_color = new System.Single[4];
[DNAFieldAttribute(3, "float", "high_color[4]", "System.Single[]", 16, false, 124)]
[DNAFieldAttribute(16, "float", 3, "high_color[4]", "System.Single[]", false, 124)]
public float[] high_color = new System.Single[4];
[DNAFieldAttribute(4, "float", "factor", "float", 4, false, 140)]
[DNAFieldAttribute(4, "float", 4, "factor", "float", false, 140)]
public float factor;
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 144)]
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 144)]
public int flag;
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 4, false, 148)]
[DNAFieldAttribute(4, "char", 6, "_pad[4]", "System.Char[]", false, 148)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40, false, 152)]
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 7, "runtime", "ShaderFxData_Runtime", false, 152)]
public ShaderFxData_Runtime runtime;
public ColorizeShaderFxData() {
this.shaderfx = default;