Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeMask {
|
||||
[DNAFieldAttribute(0, "int", "size_x", 4)]
|
||||
public int size_x;
|
||||
[DNAFieldAttribute(1, "int", "size_y", 4)]
|
||||
public int size_y;
|
||||
public NodeMask(int size_x, int size_y) {
|
||||
this.size_x = size_x;
|
||||
|
||||
Reference in New Issue
Block a user