Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public byte clamp;
|
||||
[DNAFieldAttribute(3, "char", "_pad[5]", 1)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
public NodeMapRange() {
|
||||
this.data_type = default;
|
||||
this.interpolation_type = default;
|
||||
this.clamp = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeMapRange(byte data_type, byte interpolation_type, byte clamp, char[] _pad) {
|
||||
this.data_type = data_type;
|
||||
this.interpolation_type = interpolation_type;
|
||||
|
||||
Reference in New Issue
Block a user