Added Generation Output
This commit is contained in:
20
BlendFile/DNA/bFollowPathConstraint.cs
Normal file
20
BlendFile/DNA/bFollowPathConstraint.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class bFollowPathConstraint {
|
||||
public Object ptr_tar;
|
||||
public float offset;
|
||||
public float offset_fac;
|
||||
public int followflag;
|
||||
public short trackflag;
|
||||
public short upflag;
|
||||
public bFollowPathConstraint(Object ptr_tar, float offset, float offset_fac, int followflag, short trackflag, short upflag) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
this.offset = offset;
|
||||
this.offset_fac = offset_fac;
|
||||
this.followflag = followflag;
|
||||
this.trackflag = trackflag;
|
||||
this.upflag = upflag;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user