class MAGES::Editor::SettingsUtility¶
Overview¶
Utility methods for working with Unity settings. More…
class SettingsUtility
{
public:
// methods
static void SetScriptingSymbolEnabledForAllBuildTargets(
string symbol,
bool enabled
);
};
Detailed Documentation¶
Utility methods for working with Unity settings.
Methods¶
static void SetScriptingSymbolEnabledForAllBuildTargets(
string symbol,
bool enabled
)
Sets the scripting defines for all build targets.
Parameters:
symbol |
The name of the define. |
enabled |
Whether the define should exist. |