Added Generation Output
This commit is contained in:
26
BlendFile/DNA/SequenceModifierData.cs
Normal file
26
BlendFile/DNA/SequenceModifierData.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SequenceModifierData {
|
||||
public SequenceModifierData ptr_next;
|
||||
public SequenceModifierData ptr_prev;
|
||||
public int type;
|
||||
public int flag;
|
||||
public char[] name = new System.Char[64];
|
||||
public int mask_input_type;
|
||||
public int mask_time;
|
||||
public Sequence ptr_mask_sequence;
|
||||
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;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.type = type;
|
||||
this.flag = flag;
|
||||
this.name = name;
|
||||
this.mask_input_type = mask_input_type;
|
||||
this.mask_time = mask_time;
|
||||
this.ptr_mask_sequence = ptr_mask_sequence;
|
||||
this.ptr_mask_id = ptr_mask_id;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user