regenerated files
This commit is contained in:
@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(770, "RigidBodyOb")]
|
||||
public class RigidBodyOb {
|
||||
[DNAFieldAttribute(0, "short", "type", 2)]
|
||||
[DNAFieldAttribute(0, "short", "type", "short", 2)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(1, "short", "shape", 2)]
|
||||
[DNAFieldAttribute(1, "short", "shape", "short", 2)]
|
||||
public short shape;
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "int", "col_groups", 4)]
|
||||
[DNAFieldAttribute(3, "int", "col_groups", "int", 4)]
|
||||
public int col_groups;
|
||||
[DNAFieldAttribute(4, "short", "mesh_source", 2)]
|
||||
[DNAFieldAttribute(4, "short", "mesh_source", "short", 2)]
|
||||
public short mesh_source;
|
||||
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(6, "float", "mass", 4)]
|
||||
[DNAFieldAttribute(6, "float", "mass", "float", 4)]
|
||||
public float mass;
|
||||
[DNAFieldAttribute(7, "float", "friction", 4)]
|
||||
[DNAFieldAttribute(7, "float", "friction", "float", 4)]
|
||||
public float friction;
|
||||
[DNAFieldAttribute(8, "float", "restitution", 4)]
|
||||
[DNAFieldAttribute(8, "float", "restitution", "float", 4)]
|
||||
public float restitution;
|
||||
[DNAFieldAttribute(9, "float", "margin", 4)]
|
||||
[DNAFieldAttribute(9, "float", "margin", "float", 4)]
|
||||
public float margin;
|
||||
[DNAFieldAttribute(10, "float", "lin_damping", 4)]
|
||||
[DNAFieldAttribute(10, "float", "lin_damping", "float", 4)]
|
||||
public float lin_damping;
|
||||
[DNAFieldAttribute(11, "float", "ang_damping", 4)]
|
||||
[DNAFieldAttribute(11, "float", "ang_damping", "float", 4)]
|
||||
public float ang_damping;
|
||||
[DNAFieldAttribute(12, "float", "lin_sleep_thresh", 4)]
|
||||
[DNAFieldAttribute(12, "float", "lin_sleep_thresh", "float", 4)]
|
||||
public float lin_sleep_thresh;
|
||||
[DNAFieldAttribute(13, "float", "ang_sleep_thresh", 4)]
|
||||
[DNAFieldAttribute(13, "float", "ang_sleep_thresh", "float", 4)]
|
||||
public float ang_sleep_thresh;
|
||||
[DNAFieldAttribute(14, "float", "orn[4]", 4)]
|
||||
[DNAFieldAttribute(14, "float", "orn[4]", "System.Single[]", 4)]
|
||||
public float[] orn = new System.Single[4];
|
||||
[DNAFieldAttribute(15, "float", "pos[3]", 4)]
|
||||
[DNAFieldAttribute(15, "float", "pos[3]", "System.Single[]", 4)]
|
||||
public float[] pos = new System.Single[3];
|
||||
[DNAFieldAttribute(16, "char", "_pad1[4]", 1)]
|
||||
[DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", 0)]
|
||||
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", "RigidBodyOb_Shared", 0)]
|
||||
public RigidBodyOb_Shared ptr_shared;
|
||||
public RigidBodyOb() {
|
||||
this.type = default;
|
||||
|
||||
Reference in New Issue
Block a user