Regenerated all the files
This commit is contained in:
@@ -11,21 +11,36 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bRigidBodyJointConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "Object", "*child", 1160)]
|
||||
public Object ptr_child;
|
||||
[DNAFieldAttribute(2, "int", "type", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(3, "float", "pivX", 4)]
|
||||
public float pivX;
|
||||
[DNAFieldAttribute(4, "float", "pivY", 4)]
|
||||
public float pivY;
|
||||
[DNAFieldAttribute(5, "float", "pivZ", 4)]
|
||||
public float pivZ;
|
||||
[DNAFieldAttribute(6, "float", "axX", 4)]
|
||||
public float axX;
|
||||
[DNAFieldAttribute(7, "float", "axY", 4)]
|
||||
public float axY;
|
||||
[DNAFieldAttribute(8, "float", "axZ", 4)]
|
||||
public float axZ;
|
||||
[DNAFieldAttribute(9, "float", "minLimit[6]", 4)]
|
||||
public float[] minLimit = new System.Single[6];
|
||||
[DNAFieldAttribute(10, "float", "maxLimit[6]", 4)]
|
||||
public float[] maxLimit = new System.Single[6];
|
||||
[DNAFieldAttribute(11, "float", "extraFz", 4)]
|
||||
public float extraFz;
|
||||
[DNAFieldAttribute(12, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public bRigidBodyJointConstraint(Object ptr_tar, Object ptr_child, int type, float pivX, float pivY, float pivZ, float axX, float axY, float axZ, float[] minLimit, float[] maxLimit, float extraFz, short flag, char[] _pad) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
|
||||
Reference in New Issue
Block a user