Added Generation Output
This commit is contained in:
16
BlendFile/DNA/NodeMapRange.cs
Normal file
16
BlendFile/DNA/NodeMapRange.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeMapRange {
|
||||
public uchar data_type;
|
||||
public uchar interpolation_type;
|
||||
public uchar clamp;
|
||||
public char[] _pad = new System.Char[5];
|
||||
public NodeMapRange(uchar data_type, uchar interpolation_type, uchar clamp, char[] _pad) {
|
||||
this.data_type = data_type;
|
||||
this.interpolation_type = interpolation_type;
|
||||
this.clamp = clamp;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user