Interface ICompatibilitySetting
Forma Compatibility Setting and Event interface used to execute and apply custom parameters to the project while targeting different Platform / Render Pipeline.
Namespace: Unity.Industrial.Forma.Editor.Build
Syntax
public interface ICompatibilitySetting
Properties
displayName
The Setting's name
Declaration
string displayName { get; }
Property Value
| Type | Description |
|---|---|
| String |
enabled
Enable / Disable Setting
Declaration
bool enabled { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
ApplySetting(BuildProfile)
Apply the settings
Declaration
bool ApplySetting(BuildProfile buildProfile)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildProfile | buildProfile |
Returns
| Type | Description |
|---|---|
| Boolean |
IsSettingApplied(BuildProfile)
Check if the setting is currently applied.
Declaration
bool IsSettingApplied(BuildProfile buildProfile)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildProfile | buildProfile |
Returns
| Type | Description |
|---|---|
| Boolean |