Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bFollowPathConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "float", "offset", 4)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(2, "float", "offset_fac", 4)]
|
||||
public float offset_fac;
|
||||
[DNAFieldAttribute(3, "int", "followflag", 4)]
|
||||
public int followflag;
|
||||
[DNAFieldAttribute(4, "short", "trackflag", 2)]
|
||||
public short trackflag;
|
||||
[DNAFieldAttribute(5, "short", "upflag", 2)]
|
||||
public short upflag;
|
||||
public bFollowPathConstraint(Object ptr_tar, float offset, float offset_fac, int followflag, short trackflag, short upflag) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
|
||||
Reference in New Issue
Block a user