Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(415, "MaterialLineArt", 8)]
|
||||
public struct MaterialLineArt {
|
||||
[DNAFieldAttribute(0, "int", "flags", "int", 4, false)]
|
||||
[DNAFieldAttribute(0, "int", "flags", "int", 4, false, 0)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(1, "char", "transparency_mask", "char", 1, false)]
|
||||
[DNAFieldAttribute(1, "char", "transparency_mask", "char", 1, false, 4)]
|
||||
public char transparency_mask;
|
||||
[DNAFieldAttribute(2, "char", "mat_occlusion", "char", 1, false)]
|
||||
[DNAFieldAttribute(2, "char", "mat_occlusion", "char", 1, false, 5)]
|
||||
public char mat_occlusion;
|
||||
[DNAFieldAttribute(3, "char", "intersection_priority", "char", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "intersection_priority", "char", 1, false, 6)]
|
||||
public char intersection_priority;
|
||||
[DNAFieldAttribute(4, "char", "_pad", "char", 1, false)]
|
||||
[DNAFieldAttribute(4, "char", "_pad", "char", 1, false, 7)]
|
||||
public char _pad;
|
||||
public MaterialLineArt() {
|
||||
this.flags = default;
|
||||
|
||||
Reference in New Issue
Block a user