Added Generation Output
This commit is contained in:
14
BlendFile/DNA/NodeAntiAliasingData.cs
Normal file
14
BlendFile/DNA/NodeAntiAliasingData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeAntiAliasingData {
|
||||
public float threshold;
|
||||
public float contrast_limit;
|
||||
public float corner_rounding;
|
||||
public NodeAntiAliasingData(float threshold, float contrast_limit, float corner_rounding) {
|
||||
this.threshold = threshold;
|
||||
this.contrast_limit = contrast_limit;
|
||||
this.corner_rounding = corner_rounding;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user