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
Declaration
string displayName { get; }
Property Value
Declaration
Property Value
Methods
Declaration
bool ApplySetting(BuildProfile buildProfile)
Parameters
Returns
Check if the setting is currently applied.
Declaration
bool IsSettingApplied(BuildProfile buildProfile)
Parameters
Returns