Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(748, "NodeFunctionCompare", 4)]
|
||||
public struct NodeFunctionCompare {
|
||||
[DNAFieldAttribute(0, "int8_t", "operation", "int8_t", 1, false)]
|
||||
[DNAFieldAttribute(0, "int8_t", "operation", "int8_t", 1, false, 0)]
|
||||
public sbyte operation;
|
||||
[DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1, false)]
|
||||
[DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1, false, 1)]
|
||||
public sbyte data_type;
|
||||
[DNAFieldAttribute(2, "int8_t", "mode", "int8_t", 1, false)]
|
||||
[DNAFieldAttribute(2, "int8_t", "mode", "int8_t", 1, false, 2)]
|
||||
public sbyte mode;
|
||||
[DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1, false, 3)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
public NodeFunctionCompare() {
|
||||
this.operation = default;
|
||||
|
||||
Reference in New Issue
Block a user