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