regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(766, "ObjectLineArt")]
|
||||
public struct ObjectLineArt {
|
||||
[DNAFieldAttribute(0, "short", "usage", 2)]
|
||||
[DNAFieldAttribute(0, "short", "usage", "short", 2)]
|
||||
public short usage;
|
||||
[DNAFieldAttribute(1, "short", "flags", 2)]
|
||||
[DNAFieldAttribute(1, "short", "flags", "short", 2)]
|
||||
public short flags;
|
||||
[DNAFieldAttribute(2, "float", "crease_threshold", 4)]
|
||||
[DNAFieldAttribute(2, "float", "crease_threshold", "float", 4)]
|
||||
public float crease_threshold;
|
||||
[DNAFieldAttribute(3, "char", "intersection_priority", 1)]
|
||||
[DNAFieldAttribute(3, "char", "intersection_priority", "char", 1)]
|
||||
public char intersection_priority;
|
||||
[DNAFieldAttribute(4, "char", "_pad[7]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
public ObjectLineArt() {
|
||||
this.usage = default;
|
||||
|
||||
Reference in New Issue
Block a user