Method SetFullscreenOutput
SetFullscreenOutput(MaterialSharedProperty)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
선언
public ref AOVRequest SetFullscreenOutput(MaterialSharedProperty materialProperty)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| MaterialSharedProperty | materialProperty | The property to render.  | 
    
반환
| 타입 | 설명 | 
|---|---|
| AOVRequest | A ref return to chain calls.  | 
    
SetFullscreenOutput(LightingProperty)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
선언
public ref AOVRequest SetFullscreenOutput(LightingProperty lightingProperty)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| LightingProperty | lightingProperty | The property to render.  | 
    
반환
| 타입 | 설명 | 
|---|---|
| AOVRequest | A ref return to chain calls.  | 
    
SetFullscreenOutput(DebugFullScreen)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
선언
public ref AOVRequest SetFullscreenOutput(DebugFullScreen debugFullScreen)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| DebugFullScreen | debugFullScreen | The property to render.  | 
    
반환
| 타입 | 설명 | 
|---|---|
| AOVRequest | A ref return to chain calls.  |