- Exportable GameObject

- Split models option to preview and fliter.
This commit is contained in:
Razmoth
2023-05-18 23:57:04 +04:00
parent 3d1799b9df
commit d2329ed581
7 changed files with 64 additions and 16 deletions

View File

@@ -430,5 +430,17 @@ namespace AssetStudioGUI.Properties {
this["modelsOnly"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool enableModelPreview {
get {
return ((bool)(this["enableModelPreview"]));
}
set {
this["enableModelPreview"] = value;
}
}
}
}