Generated new code and added initial data handling
This commit is contained in:
@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
|
||||
public int flag;
|
||||
[DNAFieldAttribute(13, "float", "time_scale", 4)]
|
||||
public float time_scale;
|
||||
public RigidBodyWorld() {
|
||||
this.ptr_effector_weights = default;
|
||||
this.ptr_group = default;
|
||||
this.ptr_ptr_objects = default;
|
||||
this.ptr_constraints = default;
|
||||
this._pad = default;
|
||||
this.ltime = default;
|
||||
this.ptr_shared = default;
|
||||
this.ptr_pointcache = default;
|
||||
this.ptcaches = default;
|
||||
this.numbodies = default;
|
||||
this.steps_per_second = default;
|
||||
this.num_solver_iterations = default;
|
||||
this.flag = default;
|
||||
this.time_scale = default;
|
||||
}
|
||||
public RigidBodyWorld(EffectorWeights ptr_effector_weights, Collection ptr_group, Object ptr_ptr_objects, Collection ptr_constraints, char[] _pad, float ltime, RigidBodyWorld_Shared ptr_shared, PointCache ptr_pointcache, ListBase ptcaches, int numbodies, short steps_per_second, short num_solver_iterations, int flag, float time_scale) {
|
||||
this.ptr_effector_weights = ptr_effector_weights;
|
||||
this.ptr_group = ptr_group;
|
||||
|
||||
Reference in New Issue
Block a user