Regenerated codefiles
This commit is contained in:
@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(883, "SeqRetimingHandle", 40)]
|
||||
public struct SeqRetimingHandle {
|
||||
[DNAFieldAttribute(0, "double", "strip_frame_index", "double", 8, false, 0)]
|
||||
public class SeqRetimingHandle {
|
||||
[DNAFieldAttribute(8, "double", 0, "strip_frame_index", "double", false, 0)]
|
||||
public double strip_frame_index;
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 8)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(2, "int", "_pad0", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 2, "_pad0", "int", false, 12)]
|
||||
public int _pad0;
|
||||
[DNAFieldAttribute(3, "float", "retiming_factor", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 3, "retiming_factor", "float", false, 16)]
|
||||
public float retiming_factor;
|
||||
[DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "char", 4, "_pad1[4]", "System.Char[]", false, 20)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "double", "original_strip_frame_index", "double", 8, false, 24)]
|
||||
[DNAFieldAttribute(8, "double", 5, "original_strip_frame_index", "double", false, 24)]
|
||||
public double original_strip_frame_index;
|
||||
[DNAFieldAttribute(6, "float", "original_retiming_factor", "float", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "float", 6, "original_retiming_factor", "float", false, 32)]
|
||||
public float original_retiming_factor;
|
||||
[DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", false, 36)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
public SeqRetimingHandle() {
|
||||
this.strip_frame_index = default;
|
||||
|
||||
Reference in New Issue
Block a user