Regenerated codefiles
This commit is contained in:
@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(619, "NodeTwoXYs", 24)]
|
||||
public struct NodeTwoXYs {
|
||||
[DNAFieldAttribute(0, "short", "x1", "short", 2, false, 0)]
|
||||
public class NodeTwoXYs {
|
||||
[DNAFieldAttribute(2, "short", 0, "x1", "short", false, 0)]
|
||||
public short x1;
|
||||
[DNAFieldAttribute(1, "short", "x2", "short", 2, false, 2)]
|
||||
[DNAFieldAttribute(2, "short", 1, "x2", "short", false, 2)]
|
||||
public short x2;
|
||||
[DNAFieldAttribute(2, "short", "y1", "short", 2, false, 4)]
|
||||
[DNAFieldAttribute(2, "short", 2, "y1", "short", false, 4)]
|
||||
public short y1;
|
||||
[DNAFieldAttribute(3, "short", "y2", "short", 2, false, 6)]
|
||||
[DNAFieldAttribute(2, "short", 3, "y2", "short", false, 6)]
|
||||
public short y2;
|
||||
[DNAFieldAttribute(4, "float", "fac_x1", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 4, "fac_x1", "float", false, 8)]
|
||||
public float fac_x1;
|
||||
[DNAFieldAttribute(5, "float", "fac_x2", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 5, "fac_x2", "float", false, 12)]
|
||||
public float fac_x2;
|
||||
[DNAFieldAttribute(6, "float", "fac_y1", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 6, "fac_y1", "float", false, 16)]
|
||||
public float fac_y1;
|
||||
[DNAFieldAttribute(7, "float", "fac_y2", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 7, "fac_y2", "float", false, 20)]
|
||||
public float fac_y2;
|
||||
public NodeTwoXYs() {
|
||||
this.x1 = default;
|
||||
|
||||
Reference in New Issue
Block a user