//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ 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; this.offset = offset; this.offset_fac = offset_fac; this.followflag = followflag; this.trackflag = trackflag; this.upflag = upflag; } } }