regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(783, "ParticleData")]
|
||||
public class ParticleData {
|
||||
[DNAFieldAttribute(0, "ParticleKey", "state", 56)]
|
||||
[DNAFieldAttribute(0, "ParticleKey", "state", "ParticleKey", 56)]
|
||||
public ParticleKey state;
|
||||
[DNAFieldAttribute(1, "ParticleKey", "prev_state", 56)]
|
||||
[DNAFieldAttribute(1, "ParticleKey", "prev_state", "ParticleKey", 56)]
|
||||
public ParticleKey prev_state;
|
||||
[DNAFieldAttribute(2, "HairKey", "*hair", 36)]
|
||||
[DNAFieldAttribute(2, "HairKey", "*hair", "HairKey", 36)]
|
||||
public HairKey ptr_hair;
|
||||
[DNAFieldAttribute(3, "ParticleKey", "*keys", 56)]
|
||||
[DNAFieldAttribute(3, "ParticleKey", "*keys", "ParticleKey", 56)]
|
||||
public ParticleKey ptr_keys;
|
||||
[DNAFieldAttribute(4, "BoidParticle", "*boid", 56)]
|
||||
[DNAFieldAttribute(4, "BoidParticle", "*boid", "BoidParticle", 56)]
|
||||
public BoidParticle ptr_boid;
|
||||
[DNAFieldAttribute(5, "int", "totkey", 4)]
|
||||
[DNAFieldAttribute(5, "int", "totkey", "int", 4)]
|
||||
public int totkey;
|
||||
[DNAFieldAttribute(6, "float", "time", 4)]
|
||||
[DNAFieldAttribute(6, "float", "time", "float", 4)]
|
||||
public float time;
|
||||
[DNAFieldAttribute(7, "float", "lifetime", 4)]
|
||||
[DNAFieldAttribute(7, "float", "lifetime", "float", 4)]
|
||||
public float lifetime;
|
||||
[DNAFieldAttribute(8, "float", "dietime", 4)]
|
||||
[DNAFieldAttribute(8, "float", "dietime", "float", 4)]
|
||||
public float dietime;
|
||||
[DNAFieldAttribute(9, "int", "num", 4)]
|
||||
[DNAFieldAttribute(9, "int", "num", "int", 4)]
|
||||
public int num;
|
||||
[DNAFieldAttribute(10, "int", "num_dmcache", 4)]
|
||||
[DNAFieldAttribute(10, "int", "num_dmcache", "int", 4)]
|
||||
public int num_dmcache;
|
||||
[DNAFieldAttribute(11, "float", "fuv[4]", 4)]
|
||||
[DNAFieldAttribute(11, "float", "fuv[4]", "System.Single[]", 4)]
|
||||
public float[] fuv = new System.Single[4];
|
||||
[DNAFieldAttribute(12, "float", "foffset", 4)]
|
||||
[DNAFieldAttribute(12, "float", "foffset", "float", 4)]
|
||||
public float foffset;
|
||||
[DNAFieldAttribute(13, "float", "size", 4)]
|
||||
[DNAFieldAttribute(13, "float", "size", "float", 4)]
|
||||
public float size;
|
||||
[DNAFieldAttribute(14, "float", "sphdensity", 4)]
|
||||
[DNAFieldAttribute(14, "float", "sphdensity", "float", 4)]
|
||||
public float sphdensity;
|
||||
[DNAFieldAttribute(15, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(16, "int", "hair_index", 4)]
|
||||
[DNAFieldAttribute(16, "int", "hair_index", "int", 4)]
|
||||
public int hair_index;
|
||||
[DNAFieldAttribute(17, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(17, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(18, "short", "alive", 2)]
|
||||
[DNAFieldAttribute(18, "short", "alive", "short", 2)]
|
||||
public short alive;
|
||||
public ParticleData() {
|
||||
this.state = default;
|
||||
|
||||
Reference in New Issue
Block a user