docs.unity.cn
    Show / Hide Table of Contents

    Interface IVersionable<TVersion>

    Implement this interface to use with MigrationDescription<TVersion, TTarget>

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public interface IVersionable<TVersion>
        where TVersion : struct, IConvertible
    Type Parameters
    Name Description
    TVersion

    An enum to use to describe the version.

    Properties

    version

    Accessors to the current version of the instance.

    Declaration
    TVersion version { get; set; }
    Property Value
    Type Description
    TVersion
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021