Method Add
Add(AOVRequest, AOVRequestBufferAllocator, List<GameObject>, AOVBuffers[], FramePassCallback)
Add a AOV request.
선언
public AOVRequestBuilder Add(AOVRequest settings, AOVRequestBufferAllocator bufferAllocator, List<GameObject> includedLightList, AOVBuffers[] aovBuffers, FramePassCallback callback)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| AOVRequest | settings | Settings to use for this frame pass.  | 
    
| AOVRequestBufferAllocator | bufferAllocator | An allocator for each buffer.  | 
    
| List<GameObject> | includedLightList | If non null, only these lights will be rendered, if none, all lights will be rendered.  | 
    
| AOVBuffers[] | aovBuffers | A list of buffers to use.  | 
    
| FramePassCallback | callback | A callback that can use the requested buffers once the rendering has completed.  | 
    
반환
| 타입 | 설명 | 
|---|---|
| AOVRequestBuilder | 
Add(AOVRequest, AOVRequestBufferAllocator, List<GameObject>, AOVBuffers[], CustomPassAOVBuffers[], AOVRequestCustomPassBufferAllocator, FramePassCallbackEx)
Add a AOV request.
선언
public AOVRequestBuilder Add(AOVRequest settings, AOVRequestBufferAllocator bufferAllocator, List<GameObject> includedLightList, AOVBuffers[] aovBuffers, CustomPassAOVBuffers[] customPassAovBuffers, AOVRequestCustomPassBufferAllocator customPassbufferAllocator, FramePassCallbackEx callback)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| AOVRequest | settings | Settings to use for this frame pass.  | 
    
| AOVRequestBufferAllocator | bufferAllocator | An allocator for each buffer.  | 
    
| List<GameObject> | includedLightList | If non null, only these lights will be rendered, if none, all lights will be rendered.  | 
    
| AOVBuffers[] | aovBuffers | A list of buffers to use.  | 
    
| CustomPassAOVBuffers[] | customPassAovBuffers | A list of custom passes to captured.  | 
    
| AOVRequestCustomPassBufferAllocator | customPassbufferAllocator | An allocator for each custom pass buffer.  | 
    
| FramePassCallbackEx | callback | A callback that can use the requested buffers once the rendering has completed.  | 
    
반환
| 타입 | 설명 | 
|---|---|
| AOVRequestBuilder |