Regenerated code files
This commit is contained in:
@@ -17,11 +17,11 @@ namespace BlendFile.DNA {
|
||||
public class PixelShaderFxData {
|
||||
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
|
||||
public ShaderFxData shaderfx;
|
||||
[DNAFieldAttribute(12, "int", 1, "size[3]", "System.Int32[]", false, 104)]
|
||||
[DNAArrayAttribute(12, "int", 1, "size[3]", "System.Int32[]", 3, 104)]
|
||||
public int[] size = new System.Int32[3];
|
||||
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 116)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(16, "float", 3, "rgba[4]", "System.Single[]", false, 120)]
|
||||
[DNAArrayAttribute(16, "float", 3, "rgba[4]", "System.Single[]", 4, 120)]
|
||||
public float[] rgba = new System.Single[4];
|
||||
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 4, "runtime", "ShaderFxData_Runtime", false, 136)]
|
||||
public ShaderFxData_Runtime runtime;
|
||||
|
||||
Reference in New Issue
Block a user