Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeEllipseMask {
|
||||
[DNAFieldAttribute(0, "float", "x", 4)]
|
||||
public float x;
|
||||
[DNAFieldAttribute(1, "float", "y", 4)]
|
||||
public float y;
|
||||
[DNAFieldAttribute(2, "float", "rotation", 4)]
|
||||
public float rotation;
|
||||
[DNAFieldAttribute(3, "float", "height", 4)]
|
||||
public float height;
|
||||
[DNAFieldAttribute(4, "float", "width", 4)]
|
||||
public float width;
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public NodeEllipseMask(float x, float y, float rotation, float height, float width, char[] _pad) {
|
||||
this.x = x;
|
||||
|
||||
Reference in New Issue
Block a user