Added Generation Output
This commit is contained in:
28
BlendFile/DNA/bShrinkwrapConstraint.cs
Normal file
28
BlendFile/DNA/bShrinkwrapConstraint.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class bShrinkwrapConstraint {
|
||||
public Object ptr_target;
|
||||
public float dist;
|
||||
public short shrinkType;
|
||||
public char projAxis;
|
||||
public char projAxisSpace;
|
||||
public float projLimit;
|
||||
public char shrinkMode;
|
||||
public char flag;
|
||||
public char trackAxis;
|
||||
public char _pad;
|
||||
public bShrinkwrapConstraint(Object ptr_target, float dist, short shrinkType, char projAxis, char projAxisSpace, float projLimit, char shrinkMode, char flag, char trackAxis, char _pad) {
|
||||
this.ptr_target = ptr_target;
|
||||
this.dist = dist;
|
||||
this.shrinkType = shrinkType;
|
||||
this.projAxis = projAxis;
|
||||
this.projAxisSpace = projAxisSpace;
|
||||
this.projLimit = projLimit;
|
||||
this.shrinkMode = shrinkMode;
|
||||
this.flag = flag;
|
||||
this.trackAxis = trackAxis;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user