Regenerated codefiles
This commit is contained in:
@@ -14,16 +14,16 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(647, "NodeTexWave", 976)]
|
||||
public struct NodeTexWave {
|
||||
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
|
||||
public class NodeTexWave {
|
||||
[DNAFieldAttribute(960, "NodeTexBase", 0, "base", "NodeTexBase", false, 0)]
|
||||
public NodeTexBase @base;
|
||||
[DNAFieldAttribute(1, "int", "wave_type", "int", 4, false, 960)]
|
||||
[DNAFieldAttribute(4, "int", 1, "wave_type", "int", false, 960)]
|
||||
public int wave_type;
|
||||
[DNAFieldAttribute(2, "int", "bands_direction", "int", 4, false, 964)]
|
||||
[DNAFieldAttribute(4, "int", 2, "bands_direction", "int", false, 964)]
|
||||
public int bands_direction;
|
||||
[DNAFieldAttribute(3, "int", "rings_direction", "int", 4, false, 968)]
|
||||
[DNAFieldAttribute(4, "int", 3, "rings_direction", "int", false, 968)]
|
||||
public int rings_direction;
|
||||
[DNAFieldAttribute(4, "int", "wave_profile", "int", 4, false, 972)]
|
||||
[DNAFieldAttribute(4, "int", 4, "wave_profile", "int", false, 972)]
|
||||
public int wave_profile;
|
||||
public NodeTexWave() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user