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
Name | Description |
---|---|
version | Accessors to the current version of the instance. |