Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int[] particle_index = new System.Int32[2];
|
||||
[DNAFieldAttribute(2, "int", "delete_flag", 4)]
|
||||
public int delete_flag;
|
||||
public ParticleSpring() {
|
||||
this.rest_length = default;
|
||||
this.particle_index = default;
|
||||
this.delete_flag = default;
|
||||
}
|
||||
public ParticleSpring(float rest_length, int[] particle_index, int delete_flag) {
|
||||
this.rest_length = rest_length;
|
||||
this.particle_index = particle_index;
|
||||
|
||||
Reference in New Issue
Block a user