Struct AOVRequest
Use this request to define how to render an AOV.
Syntax
Constructors
AOVRequest(AOVRequest)
Create a new instance by copying values from other.
Declaration
public AOVRequest(AOVRequest other)
Parameters
Fields
default
Declaration
public static AOVRequest default
Field Value
Methods
FillDebugData(DebugDisplaySettings)
Declaration
public void FillDebugData(DebugDisplaySettings debug)
Parameters
SetFullscreenOutput(MaterialSharedProperty)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
Declaration
public AOVRequest SetFullscreenOutput(MaterialSharedProperty materialProperty)
Parameters
Returns
SetFullscreenOutput(DebugFullScreen)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
Declaration
public AOVRequest SetFullscreenOutput(DebugFullScreen debugFullScreen)
Parameters
Returns
SetFullscreenOutput(LightingProperty)
State the property to render. In case of several SetFullscreenOutput chained call, only last will be used.
Declaration
public AOVRequest SetFullscreenOutput(LightingProperty lightingProperty)
Parameters
Returns
SetLightFilter(DebugLightFilterMode)
Set the light filter to use.
Declaration
public AOVRequest SetLightFilter(DebugLightFilterMode filter)
Parameters
Returns