Interface IVersionable<TVersion>
Implement this interface to use with MigrationDescription<TVersion, TTarget>
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
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 |