regenerated files
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(238, "WaveEff")]
|
||||
public class WaveEff {
|
||||
[DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 64)]
|
||||
[DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 4, true)]
|
||||
public WaveEff ptr_next;
|
||||
[DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 64)]
|
||||
[DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 4, true)]
|
||||
public WaveEff ptr_prev;
|
||||
[DNAFieldAttribute(2, "short", "type", "short", 2)]
|
||||
[DNAFieldAttribute(2, "short", "type", "short", 2, false)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "short", "buttype", "short", 2)]
|
||||
[DNAFieldAttribute(4, "short", "buttype", "short", 2, false)]
|
||||
public short buttype;
|
||||
[DNAFieldAttribute(5, "short", "stype", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "stype", "short", 2, false)]
|
||||
public short stype;
|
||||
[DNAFieldAttribute(6, "float", "startx", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "startx", "float", 4, false)]
|
||||
public float startx;
|
||||
[DNAFieldAttribute(7, "float", "starty", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "starty", "float", 4, false)]
|
||||
public float starty;
|
||||
[DNAFieldAttribute(8, "float", "height", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "height", "float", 4, false)]
|
||||
public float height;
|
||||
[DNAFieldAttribute(9, "float", "width", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "width", "float", 4, false)]
|
||||
public float width;
|
||||
[DNAFieldAttribute(10, "float", "narrow", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "narrow", "float", 4, false)]
|
||||
public float narrow;
|
||||
[DNAFieldAttribute(11, "float", "speed", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "speed", "float", 4, false)]
|
||||
public float speed;
|
||||
[DNAFieldAttribute(12, "float", "minfac", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "minfac", "float", 4, false)]
|
||||
public float minfac;
|
||||
[DNAFieldAttribute(13, "float", "damp", "float", 4)]
|
||||
[DNAFieldAttribute(13, "float", "damp", "float", 4, false)]
|
||||
public float damp;
|
||||
[DNAFieldAttribute(14, "float", "timeoffs", "float", 4)]
|
||||
[DNAFieldAttribute(14, "float", "timeoffs", "float", 4, false)]
|
||||
public float timeoffs;
|
||||
[DNAFieldAttribute(15, "float", "lifetime", "float", 4)]
|
||||
[DNAFieldAttribute(15, "float", "lifetime", "float", 4, false)]
|
||||
public float lifetime;
|
||||
public WaveEff() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user