docs.unity3d.com
    Show / Hide Table of Contents

    Class CompatibilitySettingExtensions

    Inheritance
    Object
    CompatibilitySettingExtensions
    Namespace: Unity.Industrial.Forma.Editor.UI.Components
    Syntax
    public static class CompatibilitySettingExtensions : object

    Methods

    ApplyAllSettings(CompatibilitySettingsAsset, BuildProfile)

    Apply all the settings found in the Compatibility Setting asset.

    Declaration
    public static bool ApplyAllSettings(this CompatibilitySettingsAsset compatibilitySettingsAsset, BuildProfile buildProfile)
    Parameters
    Type Name Description
    CompatibilitySettingsAsset compatibilitySettingsAsset

    Compatibility Setting

    BuildProfile buildProfile

    Build Profile

    Returns
    Type Description
    Boolean

    IsAllSettingsApplied(CompatibilitySettingsAsset, BuildProfile)

    Check if all the settings found in the Compatibility Setting asset are currently applied.

    Declaration
    public static bool IsAllSettingsApplied(this CompatibilitySettingsAsset compatibilitySettingsAsset, BuildProfile buildProfile)
    Parameters
    Type Name Description
    CompatibilitySettingsAsset compatibilitySettingsAsset

    Compatibility Setting

    BuildProfile buildProfile

    Build Profile

    Returns
    Type Description
    Boolean

    IsCompatibleWithBuildProfile(CompatibilitySettingsAsset, BuildProfile)

    Check if a Compatibility Setting asset match a build profile.

    Declaration
    public static bool IsCompatibleWithBuildProfile(this CompatibilitySettingsAsset compatibilitySettingsAsset, BuildProfile buildProfile)
    Parameters
    Type Name Description
    CompatibilitySettingsAsset compatibilitySettingsAsset

    Compatibility Setting

    BuildProfile buildProfile

    Build Profile

    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