Added Generation Output
This commit is contained in:
18
BlendFile/DNA/NodeTexNoise.cs
Normal file
18
BlendFile/DNA/NodeTexNoise.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeTexNoise {
|
||||
public NodeTexBase @base;
|
||||
public int dimensions;
|
||||
public uchar type;
|
||||
public uchar normalize;
|
||||
public char[] _pad = new System.Char[2];
|
||||
public NodeTexNoise(NodeTexBase @base, int dimensions, uchar type, uchar normalize, char[] _pad) {
|
||||
this.@base = @base;
|
||||
this.dimensions = dimensions;
|
||||
this.type = type;
|
||||
this.normalize = normalize;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user