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,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(917, "BlurShaderFxData", 168)]
public struct BlurShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104, false, 0)]
public class BlurShaderFxData {
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(1, "float", "radius[2]", "System.Single[]", 8, false, 104)]
[DNAFieldAttribute(8, "float", 1, "radius[2]", "System.Single[]", false, 104)]
public float[] radius = new System.Single[2];
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 112)]
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 112)]
public int flag;
[DNAFieldAttribute(3, "int", "samples", "int", 4, false, 116)]
[DNAFieldAttribute(4, "int", 3, "samples", "int", false, 116)]
public int samples;
[DNAFieldAttribute(4, "float", "rotation", "float", 4, false, 120)]
[DNAFieldAttribute(4, "float", 4, "rotation", "float", false, 120)]
public float rotation;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 124)]
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 124)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40, false, 128)]
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 6, "runtime", "ShaderFxData_Runtime", false, 128)]
public ShaderFxData_Runtime runtime;
public BlurShaderFxData() {
this.shaderfx = default;