Added Generation Output
This commit is contained in:
28
BlendFile/DNA/bRotLimitConstraint.cs
Normal file
28
BlendFile/DNA/bRotLimitConstraint.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct bRotLimitConstraint {
|
||||
public float xmin;
|
||||
public float xmax;
|
||||
public float ymin;
|
||||
public float ymax;
|
||||
public float zmin;
|
||||
public float zmax;
|
||||
public short flag;
|
||||
public short flag2;
|
||||
public char euler_order;
|
||||
public char[] _pad = new System.Char[3];
|
||||
public bRotLimitConstraint(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax, short flag, short flag2, char euler_order, char[] _pad) {
|
||||
this.xmin = xmin;
|
||||
this.xmax = xmax;
|
||||
this.ymin = ymin;
|
||||
this.ymax = ymax;
|
||||
this.zmin = zmin;
|
||||
this.zmax = zmax;
|
||||
this.flag = flag;
|
||||
this.flag2 = flag2;
|
||||
this.euler_order = euler_order;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user