21 lines
679 B
C#
21 lines
679 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public class bMinMaxConstraint {
|
|
public Object ptr_tar;
|
|
public int minmaxflag;
|
|
public float offset;
|
|
public int flag;
|
|
public char[] subtarget = new System.Char[64];
|
|
public int _pad;
|
|
public bMinMaxConstraint(Object ptr_tar, int minmaxflag, float offset, int flag, char[] subtarget, int _pad) {
|
|
this.ptr_tar = ptr_tar;
|
|
this.minmaxflag = minmaxflag;
|
|
this.offset = offset;
|
|
this.flag = flag;
|
|
this.subtarget = subtarget;
|
|
this._pad = _pad;
|
|
}
|
|
}
|
|
}
|