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