Regenerated codefiles
This commit is contained in:
@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(238, "WaveEff", 64)]
|
||||
public class WaveEff {
|
||||
[DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 8, true, 0)]
|
||||
public WaveEff ptr_next;
|
||||
[DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 8, true, 8)]
|
||||
public WaveEff ptr_prev;
|
||||
[DNAFieldAttribute(2, "short", "type", "short", 2, false, 16)]
|
||||
[DNAFieldAttribute(8, "WaveEff", 0, "*next", "WaveEff", true, 0)]
|
||||
public WaveEff next;
|
||||
[DNAFieldAttribute(8, "WaveEff", 1, "*prev", "WaveEff", true, 8)]
|
||||
public WaveEff prev;
|
||||
[DNAFieldAttribute(2, "short", 2, "type", "short", false, 16)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 18)]
|
||||
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 18)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "short", "buttype", "short", 2, false, 20)]
|
||||
[DNAFieldAttribute(2, "short", 4, "buttype", "short", false, 20)]
|
||||
public short buttype;
|
||||
[DNAFieldAttribute(5, "short", "stype", "short", 2, false, 22)]
|
||||
[DNAFieldAttribute(2, "short", 5, "stype", "short", false, 22)]
|
||||
public short stype;
|
||||
[DNAFieldAttribute(6, "float", "startx", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 6, "startx", "float", false, 24)]
|
||||
public float startx;
|
||||
[DNAFieldAttribute(7, "float", "starty", "float", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "float", 7, "starty", "float", false, 28)]
|
||||
public float starty;
|
||||
[DNAFieldAttribute(8, "float", "height", "float", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "float", 8, "height", "float", false, 32)]
|
||||
public float height;
|
||||
[DNAFieldAttribute(9, "float", "width", "float", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "float", 9, "width", "float", false, 36)]
|
||||
public float width;
|
||||
[DNAFieldAttribute(10, "float", "narrow", "float", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "float", 10, "narrow", "float", false, 40)]
|
||||
public float narrow;
|
||||
[DNAFieldAttribute(11, "float", "speed", "float", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "float", 11, "speed", "float", false, 44)]
|
||||
public float speed;
|
||||
[DNAFieldAttribute(12, "float", "minfac", "float", 4, false, 48)]
|
||||
[DNAFieldAttribute(4, "float", 12, "minfac", "float", false, 48)]
|
||||
public float minfac;
|
||||
[DNAFieldAttribute(13, "float", "damp", "float", 4, false, 52)]
|
||||
[DNAFieldAttribute(4, "float", 13, "damp", "float", false, 52)]
|
||||
public float damp;
|
||||
[DNAFieldAttribute(14, "float", "timeoffs", "float", 4, false, 56)]
|
||||
[DNAFieldAttribute(4, "float", 14, "timeoffs", "float", false, 56)]
|
||||
public float timeoffs;
|
||||
[DNAFieldAttribute(15, "float", "lifetime", "float", 4, false, 60)]
|
||||
[DNAFieldAttribute(4, "float", 15, "lifetime", "float", false, 60)]
|
||||
public float lifetime;
|
||||
public WaveEff() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.type = default;
|
||||
this.flag = default;
|
||||
this.buttype = default;
|
||||
@@ -66,8 +66,8 @@ namespace BlendFile.DNA {
|
||||
this.lifetime = default;
|
||||
}
|
||||
public WaveEff(
|
||||
WaveEff ptr_next,
|
||||
WaveEff ptr_prev,
|
||||
WaveEff next,
|
||||
WaveEff prev,
|
||||
short type,
|
||||
short flag,
|
||||
short buttype,
|
||||
@@ -82,8 +82,8 @@ namespace BlendFile.DNA {
|
||||
float damp,
|
||||
float timeoffs,
|
||||
float lifetime) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.type = type;
|
||||
this.flag = flag;
|
||||
this.buttype = buttype;
|
||||
|
||||
Reference in New Issue
Block a user