Regenerated codefiles
This commit is contained in:
@@ -14,40 +14,40 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(784, "SPHFluidSettings", 68)]
|
||||
public struct SPHFluidSettings {
|
||||
[DNAFieldAttribute(0, "float", "radius", "float", 4, false, 0)]
|
||||
public class SPHFluidSettings {
|
||||
[DNAFieldAttribute(4, "float", 0, "radius", "float", false, 0)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(1, "float", "spring_k", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "spring_k", "float", false, 4)]
|
||||
public float spring_k;
|
||||
[DNAFieldAttribute(2, "float", "rest_length", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 2, "rest_length", "float", false, 8)]
|
||||
public float rest_length;
|
||||
[DNAFieldAttribute(3, "float", "plasticity_constant", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 3, "plasticity_constant", "float", false, 12)]
|
||||
public float plasticity_constant;
|
||||
[DNAFieldAttribute(4, "float", "yield_ratio", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 4, "yield_ratio", "float", false, 16)]
|
||||
public float yield_ratio;
|
||||
[DNAFieldAttribute(5, "float", "plasticity_balance", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 5, "plasticity_balance", "float", false, 20)]
|
||||
public float plasticity_balance;
|
||||
[DNAFieldAttribute(6, "float", "yield_balance", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 6, "yield_balance", "float", false, 24)]
|
||||
public float yield_balance;
|
||||
[DNAFieldAttribute(7, "float", "viscosity_omega", "float", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "float", 7, "viscosity_omega", "float", false, 28)]
|
||||
public float viscosity_omega;
|
||||
[DNAFieldAttribute(8, "float", "viscosity_beta", "float", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "float", 8, "viscosity_beta", "float", false, 32)]
|
||||
public float viscosity_beta;
|
||||
[DNAFieldAttribute(9, "float", "stiffness_k", "float", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "float", 9, "stiffness_k", "float", false, 36)]
|
||||
public float stiffness_k;
|
||||
[DNAFieldAttribute(10, "float", "stiffness_knear", "float", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "float", 10, "stiffness_knear", "float", false, 40)]
|
||||
public float stiffness_knear;
|
||||
[DNAFieldAttribute(11, "float", "rest_density", "float", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "float", 11, "rest_density", "float", false, 44)]
|
||||
public float rest_density;
|
||||
[DNAFieldAttribute(12, "float", "buoyancy", "float", 4, false, 48)]
|
||||
[DNAFieldAttribute(4, "float", 12, "buoyancy", "float", false, 48)]
|
||||
public float buoyancy;
|
||||
[DNAFieldAttribute(13, "int", "flag", "int", 4, false, 52)]
|
||||
[DNAFieldAttribute(4, "int", 13, "flag", "int", false, 52)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(14, "int", "spring_frames", "int", 4, false, 56)]
|
||||
[DNAFieldAttribute(4, "int", 14, "spring_frames", "int", false, 56)]
|
||||
public int spring_frames;
|
||||
[DNAFieldAttribute(15, "short", "solver", "short", 2, false, 60)]
|
||||
[DNAFieldAttribute(2, "short", 15, "solver", "short", false, 60)]
|
||||
public short solver;
|
||||
[DNAFieldAttribute(16, "char", "_pad[6]", "System.Char[]", 6, false, 62)]
|
||||
[DNAFieldAttribute(6, "char", 16, "_pad[6]", "System.Char[]", false, 62)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public SPHFluidSettings() {
|
||||
this.radius = default;
|
||||
|
||||
Reference in New Issue
Block a user