Class MigrationDescription | High Definition RP | 7.1.8
docs.unity3d.com
    Show / Hide Table of Contents

    Class MigrationDescription

    Helpers to manipulate MigrationDescription<TVersion, TTarget>

    Inheritance
    Object
    MigrationDescription
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public static class MigrationDescription

    Methods

    New<TVersion, TTarget>(MigrationStep<TVersion, TTarget>[])

    Create a new migration description.

    Declaration
    public static MigrationDescription<TVersion, TTarget> New<TVersion, TTarget>(params MigrationStep<TVersion, TTarget>[] steps)
        where TVersion : struct, IConvertible where TTarget : class, IVersionable<TVersion>
    Parameters
    Type Name Description
    MigrationStep<TVersion, TTarget>[] steps

    The steps of the migration.

    Returns
    Type Description
    MigrationDescription<TVersion, TTarget>

    The migration description.

    Type Parameters
    Name Description
    TVersion

    An enum identifying the version.

    TTarget

    The type to migrate.

    Back to top
    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