Added Generation Output
This commit is contained in:
16
BlendFile/DNA/StripCrop.cs
Normal file
16
BlendFile/DNA/StripCrop.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct StripCrop {
|
||||
public int top;
|
||||
public int bottom;
|
||||
public int left;
|
||||
public int right;
|
||||
public StripCrop(int top, int bottom, int left, int right) {
|
||||
this.top = top;
|
||||
this.bottom = bottom;
|
||||
this.left = left;
|
||||
this.right = right;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user