Regenerated codefiles
This commit is contained in:
@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(925, "WaveShaderFxData", 168)]
|
||||
public struct WaveShaderFxData {
|
||||
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104, false, 0)]
|
||||
public class WaveShaderFxData {
|
||||
[DNAFieldAttribute(104, "ShaderFxData", 0, "shaderfx", "ShaderFxData", false, 0)]
|
||||
public ShaderFxData shaderfx;
|
||||
[DNAFieldAttribute(1, "float", "amplitude", "float", 4, false, 104)]
|
||||
[DNAFieldAttribute(4, "float", 1, "amplitude", "float", false, 104)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(2, "float", "period", "float", 4, false, 108)]
|
||||
[DNAFieldAttribute(4, "float", 2, "period", "float", false, 108)]
|
||||
public float period;
|
||||
[DNAFieldAttribute(3, "float", "phase", "float", 4, false, 112)]
|
||||
[DNAFieldAttribute(4, "float", 3, "phase", "float", false, 112)]
|
||||
public float phase;
|
||||
[DNAFieldAttribute(4, "int", "orientation", "int", 4, false, 116)]
|
||||
[DNAFieldAttribute(4, "int", 4, "orientation", "int", false, 116)]
|
||||
public int orientation;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 120)]
|
||||
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 120)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 4, false, 124)]
|
||||
[DNAFieldAttribute(4, "char", 6, "_pad[4]", "System.Char[]", false, 124)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40, false, 128)]
|
||||
[DNAFieldAttribute(40, "ShaderFxData_Runtime", 7, "runtime", "ShaderFxData_Runtime", false, 128)]
|
||||
public ShaderFxData_Runtime runtime;
|
||||
public WaveShaderFxData() {
|
||||
this.shaderfx = default;
|
||||
|
||||
Reference in New Issue
Block a user