regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user