Interface IVersionable<TVersion>
Implement this interface to use with MigrationDescription<TVersion, TTarget>
네임스페이스: UnityEngine.Experimental.Rendering.HDPipeline
어셈블리: solution.dll
구문
public interface IVersionable<TVersion> where TVersion : struct, IConvertible
타입 파라미터
| 이름 | 설명 |
|---|---|
| TVersion | An enum to use to describe the version. |
프로퍼티
| 이름 | 설명 |
|---|---|
| version | Accessors to the current version of the instance. |