21 lines
703 B
C#
21 lines
703 B
C#
// 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;
|
|
}
|
|
}
|
|
}
|