regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(196, "bLocLimitConstraint")]
|
||||
public struct bLocLimitConstraint {
|
||||
[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;
|
||||
[DNAFieldAttribute(4, "float", "zmin", 4)]
|
||||
[DNAFieldAttribute(4, "float", "zmin", "float", 4)]
|
||||
public float zmin;
|
||||
[DNAFieldAttribute(5, "float", "zmax", 4)]
|
||||
[DNAFieldAttribute(5, "float", "zmax", "float", 4)]
|
||||
public float zmax;
|
||||
[DNAFieldAttribute(6, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "flag2", 2)]
|
||||
[DNAFieldAttribute(7, "short", "flag2", "short", 2)]
|
||||
public short flag2;
|
||||
public bLocLimitConstraint() {
|
||||
this.xmin = default;
|
||||
|
||||
Reference in New Issue
Block a user