regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(87, "rctf")]
|
||||
public struct rctf {
|
||||
[DNAFieldAttribute(0, "float", "xmin", 4)]
|
||||
[DNAFieldAttribute(0, "float", "xmin", "float", 4)]
|
||||
public float xmin;
|
||||
[DNAFieldAttribute(1, "float", "xmax", 4)]
|
||||
[DNAFieldAttribute(1, "float", "xmax", "float", 4)]
|
||||
public float xmax;
|
||||
[DNAFieldAttribute(2, "float", "ymin", 4)]
|
||||
[DNAFieldAttribute(2, "float", "ymin", "float", 4)]
|
||||
public float ymin;
|
||||
[DNAFieldAttribute(3, "float", "ymax", 4)]
|
||||
[DNAFieldAttribute(3, "float", "ymax", "float", 4)]
|
||||
public float ymax;
|
||||
public rctf() {
|
||||
this.xmin = default;
|
||||
|
||||
Reference in New Issue
Block a user