Method SetFullscreenOutput
SetFullscreenOutput(MaterialSharedProperty)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
Declaration
public ref AOVRequest SetFullscreenOutput(MaterialSharedProperty materialProperty)
Parameters
Type | Name | Description |
---|---|---|
Material |
materialProperty | The property to render. |
Returns
Type | Description |
---|---|
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.
Declaration
public ref AOVRequest SetFullscreenOutput(LightingProperty lightingProperty)
Parameters
Type | Name | Description |
---|---|---|
Lighting |
lightingProperty | The property to render. |
Returns
Type | Description |
---|---|
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.
Declaration
public ref AOVRequest SetFullscreenOutput(DebugFullScreen debugFullScreen)
Parameters
Type | Name | Description |
---|---|---|
Debug |
debugFullScreen | The property to render. |
Returns
Type | Description |
---|---|
AOVRequest | A ref return to chain calls. |