Class AOVRequestDataCollection
A collection of frame passes. To build one, AOVRequestBuilder
상속된 멤버
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public class AOVRequestDataCollection : IEnumerable<AOVRequestData>, IEnumerable, IDisposable
생성자
| 이름 | 설명 |
|---|---|
| AOVRequestDataCollection(List<AOVRequestData>) | Build a new collection from requests. |
메서드
| 이름 | 설명 |
|---|---|
| Dispose() | Dispose the collection. |
| GetEnumerator() | Enumerate the frame passes. |