Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(403, "LineStyleThicknessModifier_Calligraphy", 112)]
|
||||
public struct LineStyleThicknessModifier_Calligraphy {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "min_thickness", "float", 4, false)]
|
||||
[DNAFieldAttribute(1, "float", "min_thickness", "float", 4, false, 96)]
|
||||
public float min_thickness;
|
||||
[DNAFieldAttribute(2, "float", "max_thickness", "float", 4, false)]
|
||||
[DNAFieldAttribute(2, "float", "max_thickness", "float", 4, false, 100)]
|
||||
public float max_thickness;
|
||||
[DNAFieldAttribute(3, "float", "orientation", "float", 4, false)]
|
||||
[DNAFieldAttribute(3, "float", "orientation", "float", 4, false, 104)]
|
||||
public float orientation;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 108)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_Calligraphy() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user