Added Generation Output
This commit is contained in:
22
BlendFile/DNA/StripTransform.cs
Normal file
22
BlendFile/DNA/StripTransform.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct StripTransform {
|
||||
public float xofs;
|
||||
public float yofs;
|
||||
public float scale_x;
|
||||
public float scale_y;
|
||||
public float rotation;
|
||||
public float[] origin = new System.Single[2];
|
||||
public int filter;
|
||||
public StripTransform(float xofs, float yofs, float scale_x, float scale_y, float rotation, float[] origin, int filter) {
|
||||
this.xofs = xofs;
|
||||
this.yofs = yofs;
|
||||
this.scale_x = scale_x;
|
||||
this.scale_y = scale_y;
|
||||
this.rotation = rotation;
|
||||
this.origin = origin;
|
||||
this.filter = filter;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user