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,21 +17,21 @@ namespace BlendFile.DNA {
public class RimShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(8, "int", 1, "offset[2]", "System.Int32[]", false, 104)]
[DNAArrayAttribute(8, "int", 1, "offset[2]", "System.Int32[]", 2, 104)]
public int[] offset = new System.Int32[2];
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 112)]
public int flag;
[DNAFieldAttribute(12, "float", 3, "rim_rgb[3]", "System.Single[]", false, 116)]
[DNAArrayAttribute(12, "float", 3, "rim_rgb[3]", "System.Single[]", 3, 116)]
public float[] rim_rgb = new System.Single[3];
[DNAFieldAttribute(12, "float", 4, "mask_rgb[3]", "System.Single[]", false, 128)]
[DNAArrayAttribute(12, "float", 4, "mask_rgb[3]", "System.Single[]", 3, 128)]
public float[] mask_rgb = new System.Single[3];
[DNAFieldAttribute(4, "int", 5, "mode", "int", false, 140)]
public int mode;
[DNAFieldAttribute(8, "int", 6, "blur[2]", "System.Int32[]", false, 144)]
[DNAArrayAttribute(8, "int", 6, "blur[2]", "System.Int32[]", 2, 144)]
public int[] blur = new System.Int32[2];
[DNAFieldAttribute(4, "int", 7, "samples", "int", false, 152)]
public int samples;
[DNAFieldAttribute(4, "char", 8, "_pad[4]", "System.Char[]", false, 156)]
[DNAArrayAttribute(4, "char", 8, "_pad[4]", "System.Char[]", 4, 156)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 9, "runtime", "ShaderFxData_Runtime", false, 160)]
public ShaderFxData_Runtime runtime;