Regenerated codefiles
This commit is contained in:
@@ -15,49 +15,49 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(477, "ParticleSystemModifierData", 168)]
|
||||
public class ParticleSystemModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true, 120)]
|
||||
public ParticleSystem ptr_psys;
|
||||
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 8, true, 128)]
|
||||
public Mesh ptr_mesh_final;
|
||||
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 8, true, 136)]
|
||||
public Mesh ptr_mesh_original;
|
||||
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4, false, 144)]
|
||||
[DNAFieldAttribute(8, "ParticleSystem", 1, "*psys", "ParticleSystem", true, 120)]
|
||||
public ParticleSystem psys;
|
||||
[DNAFieldAttribute(8, "Mesh", 2, "*mesh_final", "Mesh", true, 128)]
|
||||
public Mesh mesh_final;
|
||||
[DNAFieldAttribute(8, "Mesh", 3, "*mesh_original", "Mesh", true, 136)]
|
||||
public Mesh mesh_original;
|
||||
[DNAFieldAttribute(4, "int", 4, "totdmvert", "int", false, 144)]
|
||||
public int totdmvert;
|
||||
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4, false, 148)]
|
||||
[DNAFieldAttribute(4, "int", 5, "totdmedge", "int", false, 148)]
|
||||
public int totdmedge;
|
||||
[DNAFieldAttribute(6, "int", "totdmface", "int", 4, false, 152)]
|
||||
[DNAFieldAttribute(4, "int", 6, "totdmface", "int", false, 152)]
|
||||
public int totdmface;
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 156)]
|
||||
[DNAFieldAttribute(2, "short", 7, "flag", "short", false, 156)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 2, false, 158)]
|
||||
[DNAFieldAttribute(2, "char", 8, "_pad[2]", "System.Char[]", false, 158)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true, 160)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(8, "void", 9, "*_pad1", "void", true, 160)]
|
||||
public object _pad1;
|
||||
public ParticleSystemModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_psys = default;
|
||||
this.ptr_mesh_final = default;
|
||||
this.ptr_mesh_original = default;
|
||||
this.psys = default;
|
||||
this.mesh_final = default;
|
||||
this.mesh_original = default;
|
||||
this.totdmvert = default;
|
||||
this.totdmedge = default;
|
||||
this.totdmface = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.ptr__pad1 = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public ParticleSystemModifierData(ModifierData modifier, ParticleSystem ptr_psys, Mesh ptr_mesh_final, Mesh ptr_mesh_original, int totdmvert, int totdmedge, int totdmface, short flag, char[] _pad, object ptr__pad1) {
|
||||
public ParticleSystemModifierData(ModifierData modifier, ParticleSystem psys, Mesh mesh_final, Mesh mesh_original, int totdmvert, int totdmedge, int totdmface, short flag, char[] _pad, object _pad1) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_psys = ptr_psys;
|
||||
this.ptr_mesh_final = ptr_mesh_final;
|
||||
this.ptr_mesh_original = ptr_mesh_original;
|
||||
this.psys = psys;
|
||||
this.mesh_final = mesh_final;
|
||||
this.mesh_original = mesh_original;
|
||||
this.totdmvert = totdmvert;
|
||||
this.totdmedge = totdmedge;
|
||||
this.totdmface = totdmface;
|
||||
this.flag = flag;
|
||||
this._pad = _pad;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user