Regenerated codefiles
This commit is contained in:
@@ -15,28 +15,28 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(189, "bFollowPathConstraint", 24)]
|
||||
public class bFollowPathConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "float", "offset", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
|
||||
public Object tar;
|
||||
[DNAFieldAttribute(4, "float", 1, "offset", "float", false, 8)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(2, "float", "offset_fac", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 2, "offset_fac", "float", false, 12)]
|
||||
public float offset_fac;
|
||||
[DNAFieldAttribute(3, "int", "followflag", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "int", 3, "followflag", "int", false, 16)]
|
||||
public int followflag;
|
||||
[DNAFieldAttribute(4, "short", "trackflag", "short", 2, false, 20)]
|
||||
[DNAFieldAttribute(2, "short", 4, "trackflag", "short", false, 20)]
|
||||
public short trackflag;
|
||||
[DNAFieldAttribute(5, "short", "upflag", "short", 2, false, 22)]
|
||||
[DNAFieldAttribute(2, "short", 5, "upflag", "short", false, 22)]
|
||||
public short upflag;
|
||||
public bFollowPathConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.tar = default;
|
||||
this.offset = default;
|
||||
this.offset_fac = default;
|
||||
this.followflag = default;
|
||||
this.trackflag = default;
|
||||
this.upflag = default;
|
||||
}
|
||||
public bFollowPathConstraint(Object ptr_tar, float offset, float offset_fac, int followflag, short trackflag, short upflag) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
public bFollowPathConstraint(Object tar, float offset, float offset_fac, int followflag, short trackflag, short upflag) {
|
||||
this.tar = tar;
|
||||
this.offset = offset;
|
||||
this.offset_fac = offset_fac;
|
||||
this.followflag = followflag;
|
||||
|
||||
Reference in New Issue
Block a user