Regenerated codefiles
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(890, "EditingRuntime", 32)]
|
||||
public class EditingRuntime {
|
||||
[DNAFieldAttribute(0, "SequenceLookup", "*sequence_lookup", "SequenceLookup", 8, true, 0)]
|
||||
public SequenceLookup ptr_sequence_lookup;
|
||||
[DNAFieldAttribute(1, "MediaPresence", "*media_presence", "MediaPresence", 8, true, 8)]
|
||||
public MediaPresence ptr_media_presence;
|
||||
[DNAFieldAttribute(2, "ThumbnailCache", "*thumbnail_cache", "ThumbnailCache", 8, true, 16)]
|
||||
public ThumbnailCache ptr_thumbnail_cache;
|
||||
[DNAFieldAttribute(3, "void", "*_pad", "void", 8, true, 24)]
|
||||
public object ptr__pad;
|
||||
[DNAFieldAttribute(8, "SequenceLookup", 0, "*sequence_lookup", "SequenceLookup", true, 0)]
|
||||
public SequenceLookup sequence_lookup;
|
||||
[DNAFieldAttribute(8, "MediaPresence", 1, "*media_presence", "MediaPresence", true, 8)]
|
||||
public MediaPresence media_presence;
|
||||
[DNAFieldAttribute(8, "ThumbnailCache", 2, "*thumbnail_cache", "ThumbnailCache", true, 16)]
|
||||
public ThumbnailCache thumbnail_cache;
|
||||
[DNAFieldAttribute(8, "void", 3, "*_pad", "void", true, 24)]
|
||||
public object _pad;
|
||||
public EditingRuntime() {
|
||||
this.ptr_sequence_lookup = default;
|
||||
this.ptr_media_presence = default;
|
||||
this.ptr_thumbnail_cache = default;
|
||||
this.ptr__pad = default;
|
||||
this.sequence_lookup = default;
|
||||
this.media_presence = default;
|
||||
this.thumbnail_cache = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public EditingRuntime(SequenceLookup ptr_sequence_lookup, MediaPresence ptr_media_presence, ThumbnailCache ptr_thumbnail_cache, object ptr__pad) {
|
||||
this.ptr_sequence_lookup = ptr_sequence_lookup;
|
||||
this.ptr_media_presence = ptr_media_presence;
|
||||
this.ptr_thumbnail_cache = ptr_thumbnail_cache;
|
||||
this.ptr__pad = ptr__pad;
|
||||
public EditingRuntime(SequenceLookup sequence_lookup, MediaPresence media_presence, ThumbnailCache thumbnail_cache, object _pad) {
|
||||
this.sequence_lookup = sequence_lookup;
|
||||
this.media_presence = media_presence;
|
||||
this.thumbnail_cache = thumbnail_cache;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user