Regenerated all the files
This commit is contained in:
@@ -11,11 +11,16 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct rcti {
|
||||
[DNAFieldAttribute(0, "int", "xmin", 4)]
|
||||
public int xmin;
|
||||
[DNAFieldAttribute(1, "int", "xmax", 4)]
|
||||
public int xmax;
|
||||
[DNAFieldAttribute(2, "int", "ymin", 4)]
|
||||
public int ymin;
|
||||
[DNAFieldAttribute(3, "int", "ymax", 4)]
|
||||
public int ymax;
|
||||
public rcti(int xmin, int xmax, int ymin, int ymax) {
|
||||
this.xmin = xmin;
|
||||
|
||||
Reference in New Issue
Block a user