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 |
---|---|---|
MaterialSharedProperty | 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 |
---|---|---|
LightingProperty | 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 |
---|---|---|
DebugFullScreen | debugFullScreen | The property to render. |
Returns
Type | Description |
---|---|
AOVRequest | A ref return to chain calls. |