regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(904, "SequenceModifierData")]
|
||||
public class SequenceModifierData {
|
||||
[DNAFieldAttribute(0, "SequenceModifierData", "*next", 112)]
|
||||
[DNAFieldAttribute(0, "SequenceModifierData", "*next", "SequenceModifierData", 112)]
|
||||
public SequenceModifierData ptr_next;
|
||||
[DNAFieldAttribute(1, "SequenceModifierData", "*prev", 112)]
|
||||
[DNAFieldAttribute(1, "SequenceModifierData", "*prev", "SequenceModifierData", 112)]
|
||||
public SequenceModifierData ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "type", 4)]
|
||||
[DNAFieldAttribute(2, "int", "type", "int", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(3, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(4, "char", "name[64]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "int", "mask_input_type", 4)]
|
||||
[DNAFieldAttribute(5, "int", "mask_input_type", "int", 4)]
|
||||
public int mask_input_type;
|
||||
[DNAFieldAttribute(6, "int", "mask_time", 4)]
|
||||
[DNAFieldAttribute(6, "int", "mask_time", "int", 4)]
|
||||
public int mask_time;
|
||||
[DNAFieldAttribute(7, "Sequence", "*mask_sequence", 464)]
|
||||
[DNAFieldAttribute(7, "Sequence", "*mask_sequence", "Sequence", 464)]
|
||||
public Sequence ptr_mask_sequence;
|
||||
[DNAFieldAttribute(8, "Mask", "*mask_id", 272)]
|
||||
[DNAFieldAttribute(8, "Mask", "*mask_id", "Mask", 272)]
|
||||
public Mask ptr_mask_id;
|
||||
public SequenceModifierData() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user