Generated new code and added initial data handling
This commit is contained in:
@@ -51,6 +51,26 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", 0)]
|
||||
public RigidBodyOb_Shared ptr_shared;
|
||||
public RigidBodyOb() {
|
||||
this.type = default;
|
||||
this.shape = default;
|
||||
this.flag = default;
|
||||
this.col_groups = default;
|
||||
this.mesh_source = default;
|
||||
this._pad = default;
|
||||
this.mass = default;
|
||||
this.friction = default;
|
||||
this.restitution = default;
|
||||
this.margin = default;
|
||||
this.lin_damping = default;
|
||||
this.ang_damping = default;
|
||||
this.lin_sleep_thresh = default;
|
||||
this.ang_sleep_thresh = default;
|
||||
this.orn = default;
|
||||
this.pos = default;
|
||||
this._pad1 = default;
|
||||
this.ptr_shared = default;
|
||||
}
|
||||
public RigidBodyOb(
|
||||
short type,
|
||||
short shape,
|
||||
|
||||
Reference in New Issue
Block a user