Forma Compatibility Setting and Event interface used to execute and apply custom parameters to the project while targeting different Platform / Render Pipeline.
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Editor", "Unity.Industrial.Configurator.Editor", null)]
public interface ICompatibilitySetting
Properties
The order in which the setting will be applied.
Declaration
int CallbackOrder { get; }
Property Value
Declaration
string DisplayName { get; }
Property Value
Declaration
Property Value
Methods
Declaration
bool ApplySetting(BuildProfile buildProfile, bool showDialog = false)
Parameters
Returns
Check if the setting is currently applied.
Declaration
bool IsSettingApplied(BuildProfile buildProfile)
Parameters
Returns