mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Export] Use project settings overrides with the target preset features instead of current platform features.
This commit is contained in:
parent
4248411baf
commit
c6739f64df
22 changed files with 251 additions and 123 deletions
|
|
@ -193,6 +193,7 @@ public:
|
|||
List<String> get_input_presets() const { return input_presets; }
|
||||
|
||||
Variant get_setting_with_override(const StringName &p_name) const;
|
||||
Variant get_setting_with_override_and_custom_features(const StringName &p_name, const Vector<String> &p_features) const;
|
||||
|
||||
bool is_using_datapack() const;
|
||||
bool is_project_loaded() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue