docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023