Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public short display_flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public AssetShelfSettings() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.asset_library_reference = default;
|
||||
this.enabled_catalog_paths = default;
|
||||
this.ptr_active_catalog_path = default;
|
||||
this.search_string = default;
|
||||
this.preview_size = default;
|
||||
this.display_flag = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public AssetShelfSettings(AssetShelfSettings ptr_next, AssetShelfSettings ptr_prev, AssetLibraryReference asset_library_reference, ListBase enabled_catalog_paths, char ptr_active_catalog_path, char[] search_string, short preview_size, short display_flag, char[] _pad1) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user