regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(674, "NodeMapRange")]
|
||||
public struct NodeMapRange {
|
||||
[DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1)]
|
||||
[DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1, false)]
|
||||
public byte data_type;
|
||||
[DNAFieldAttribute(1, "uchar", "interpolation_type", "uchar", 1)]
|
||||
[DNAFieldAttribute(1, "uchar", "interpolation_type", "uchar", 1, false)]
|
||||
public byte interpolation_type;
|
||||
[DNAFieldAttribute(2, "uchar", "clamp", "uchar", 1)]
|
||||
[DNAFieldAttribute(2, "uchar", "clamp", "uchar", 1, false)]
|
||||
public byte clamp;
|
||||
[DNAFieldAttribute(3, "char", "_pad[5]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[5]", "System.Char[]", 5, false)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
public NodeMapRange() {
|
||||
this.data_type = default;
|
||||
|
||||
Reference in New Issue
Block a user