Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,83 +15,83 @@ namespace BlendFile.DNA {
[DNAClassAttribute(771, "RigidBodyCon", 152)]
public class RigidBodyCon {
[DNAFieldAttribute(0, "Object", "*ob1", "Object", 8, true, 0)]
public Object ptr_ob1;
[DNAFieldAttribute(1, "Object", "*ob2", "Object", 8, true, 8)]
public Object ptr_ob2;
[DNAFieldAttribute(2, "short", "type", "short", 2, false, 16)]
[DNAFieldAttribute(8, "Object", 0, "*ob1", "Object", true, 0)]
public Object ob1;
[DNAFieldAttribute(8, "Object", 1, "*ob2", "Object", true, 8)]
public Object ob2;
[DNAFieldAttribute(2, "short", 2, "type", "short", false, 16)]
public short type;
[DNAFieldAttribute(3, "short", "num_solver_iterations", "short", 2, false, 18)]
[DNAFieldAttribute(2, "short", 3, "num_solver_iterations", "short", false, 18)]
public short num_solver_iterations;
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 20)]
[DNAFieldAttribute(4, "int", 4, "flag", "int", false, 20)]
public int flag;
[DNAFieldAttribute(5, "float", "breaking_threshold", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 5, "breaking_threshold", "float", false, 24)]
public float breaking_threshold;
[DNAFieldAttribute(6, "char", "spring_type", "char", 1, false, 28)]
[DNAFieldAttribute(1, "char", 6, "spring_type", "char", false, 28)]
public char spring_type;
[DNAFieldAttribute(7, "char", "_pad[3]", "System.Char[]", 3, false, 29)]
[DNAFieldAttribute(3, "char", 7, "_pad[3]", "System.Char[]", false, 29)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(8, "float", "limit_lin_x_lower", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 8, "limit_lin_x_lower", "float", false, 32)]
public float limit_lin_x_lower;
[DNAFieldAttribute(9, "float", "limit_lin_x_upper", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 9, "limit_lin_x_upper", "float", false, 36)]
public float limit_lin_x_upper;
[DNAFieldAttribute(10, "float", "limit_lin_y_lower", "float", 4, false, 40)]
[DNAFieldAttribute(4, "float", 10, "limit_lin_y_lower", "float", false, 40)]
public float limit_lin_y_lower;
[DNAFieldAttribute(11, "float", "limit_lin_y_upper", "float", 4, false, 44)]
[DNAFieldAttribute(4, "float", 11, "limit_lin_y_upper", "float", false, 44)]
public float limit_lin_y_upper;
[DNAFieldAttribute(12, "float", "limit_lin_z_lower", "float", 4, false, 48)]
[DNAFieldAttribute(4, "float", 12, "limit_lin_z_lower", "float", false, 48)]
public float limit_lin_z_lower;
[DNAFieldAttribute(13, "float", "limit_lin_z_upper", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 13, "limit_lin_z_upper", "float", false, 52)]
public float limit_lin_z_upper;
[DNAFieldAttribute(14, "float", "limit_ang_x_lower", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 14, "limit_ang_x_lower", "float", false, 56)]
public float limit_ang_x_lower;
[DNAFieldAttribute(15, "float", "limit_ang_x_upper", "float", 4, false, 60)]
[DNAFieldAttribute(4, "float", 15, "limit_ang_x_upper", "float", false, 60)]
public float limit_ang_x_upper;
[DNAFieldAttribute(16, "float", "limit_ang_y_lower", "float", 4, false, 64)]
[DNAFieldAttribute(4, "float", 16, "limit_ang_y_lower", "float", false, 64)]
public float limit_ang_y_lower;
[DNAFieldAttribute(17, "float", "limit_ang_y_upper", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 17, "limit_ang_y_upper", "float", false, 68)]
public float limit_ang_y_upper;
[DNAFieldAttribute(18, "float", "limit_ang_z_lower", "float", 4, false, 72)]
[DNAFieldAttribute(4, "float", 18, "limit_ang_z_lower", "float", false, 72)]
public float limit_ang_z_lower;
[DNAFieldAttribute(19, "float", "limit_ang_z_upper", "float", 4, false, 76)]
[DNAFieldAttribute(4, "float", 19, "limit_ang_z_upper", "float", false, 76)]
public float limit_ang_z_upper;
[DNAFieldAttribute(20, "float", "spring_stiffness_x", "float", 4, false, 80)]
[DNAFieldAttribute(4, "float", 20, "spring_stiffness_x", "float", false, 80)]
public float spring_stiffness_x;
[DNAFieldAttribute(21, "float", "spring_stiffness_y", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 21, "spring_stiffness_y", "float", false, 84)]
public float spring_stiffness_y;
[DNAFieldAttribute(22, "float", "spring_stiffness_z", "float", 4, false, 88)]
[DNAFieldAttribute(4, "float", 22, "spring_stiffness_z", "float", false, 88)]
public float spring_stiffness_z;
[DNAFieldAttribute(23, "float", "spring_stiffness_ang_x", "float", 4, false, 92)]
[DNAFieldAttribute(4, "float", 23, "spring_stiffness_ang_x", "float", false, 92)]
public float spring_stiffness_ang_x;
[DNAFieldAttribute(24, "float", "spring_stiffness_ang_y", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 24, "spring_stiffness_ang_y", "float", false, 96)]
public float spring_stiffness_ang_y;
[DNAFieldAttribute(25, "float", "spring_stiffness_ang_z", "float", 4, false, 100)]
[DNAFieldAttribute(4, "float", 25, "spring_stiffness_ang_z", "float", false, 100)]
public float spring_stiffness_ang_z;
[DNAFieldAttribute(26, "float", "spring_damping_x", "float", 4, false, 104)]
[DNAFieldAttribute(4, "float", 26, "spring_damping_x", "float", false, 104)]
public float spring_damping_x;
[DNAFieldAttribute(27, "float", "spring_damping_y", "float", 4, false, 108)]
[DNAFieldAttribute(4, "float", 27, "spring_damping_y", "float", false, 108)]
public float spring_damping_y;
[DNAFieldAttribute(28, "float", "spring_damping_z", "float", 4, false, 112)]
[DNAFieldAttribute(4, "float", 28, "spring_damping_z", "float", false, 112)]
public float spring_damping_z;
[DNAFieldAttribute(29, "float", "spring_damping_ang_x", "float", 4, false, 116)]
[DNAFieldAttribute(4, "float", 29, "spring_damping_ang_x", "float", false, 116)]
public float spring_damping_ang_x;
[DNAFieldAttribute(30, "float", "spring_damping_ang_y", "float", 4, false, 120)]
[DNAFieldAttribute(4, "float", 30, "spring_damping_ang_y", "float", false, 120)]
public float spring_damping_ang_y;
[DNAFieldAttribute(31, "float", "spring_damping_ang_z", "float", 4, false, 124)]
[DNAFieldAttribute(4, "float", 31, "spring_damping_ang_z", "float", false, 124)]
public float spring_damping_ang_z;
[DNAFieldAttribute(32, "float", "motor_lin_target_velocity", "float", 4, false, 128)]
[DNAFieldAttribute(4, "float", 32, "motor_lin_target_velocity", "float", false, 128)]
public float motor_lin_target_velocity;
[DNAFieldAttribute(33, "float", "motor_ang_target_velocity", "float", 4, false, 132)]
[DNAFieldAttribute(4, "float", 33, "motor_ang_target_velocity", "float", false, 132)]
public float motor_ang_target_velocity;
[DNAFieldAttribute(34, "float", "motor_lin_max_impulse", "float", 4, false, 136)]
[DNAFieldAttribute(4, "float", 34, "motor_lin_max_impulse", "float", false, 136)]
public float motor_lin_max_impulse;
[DNAFieldAttribute(35, "float", "motor_ang_max_impulse", "float", 4, false, 140)]
[DNAFieldAttribute(4, "float", 35, "motor_ang_max_impulse", "float", false, 140)]
public float motor_ang_max_impulse;
[DNAFieldAttribute(36, "void", "*physics_constraint", "void", 8, true, 144)]
public object ptr_physics_constraint;
[DNAFieldAttribute(8, "void", 36, "*physics_constraint", "void", true, 144)]
public object physics_constraint;
public RigidBodyCon() {
this.ptr_ob1 = default;
this.ptr_ob2 = default;
this.ob1 = default;
this.ob2 = default;
this.type = default;
this.num_solver_iterations = default;
this.flag = default;
@@ -126,11 +126,11 @@ namespace BlendFile.DNA {
this.motor_ang_target_velocity = default;
this.motor_lin_max_impulse = default;
this.motor_ang_max_impulse = default;
this.ptr_physics_constraint = default;
this.physics_constraint = default;
}
public RigidBodyCon(
Object ptr_ob1,
Object ptr_ob2,
Object ob1,
Object ob2,
short type,
short num_solver_iterations,
int flag,
@@ -165,9 +165,9 @@ namespace BlendFile.DNA {
float motor_ang_target_velocity,
float motor_lin_max_impulse,
float motor_ang_max_impulse,
object ptr_physics_constraint) {
this.ptr_ob1 = ptr_ob1;
this.ptr_ob2 = ptr_ob2;
object physics_constraint) {
this.ob1 = ob1;
this.ob2 = ob2;
this.type = type;
this.num_solver_iterations = num_solver_iterations;
this.flag = flag;
@@ -202,7 +202,7 @@ namespace BlendFile.DNA {
this.motor_ang_target_velocity = motor_ang_target_velocity;
this.motor_lin_max_impulse = motor_lin_max_impulse;
this.motor_ang_max_impulse = motor_ang_max_impulse;
this.ptr_physics_constraint = ptr_physics_constraint;
this.physics_constraint = physics_constraint;
}
}
}