C# Class UnityEngine.Rendering.HighDefinition.HDRenderPipeline

Mostrar archivo Open project: magadan/Unity-NDI-to-WebRTC Class Usage Examples

Private Properties

Property Type Description
IDataProvider void
IDataProvider void
IDataProvider void
IDataProvider void
UpdateVolumeProfile bool

Private Methods

Method Description
IDataProvider ( Camera camera, Sky sky, StageRuntimeInterface SRI ) : void

This hook allows HDRP to apply the sky as it is requested by the LookDev

IDataProvider ( RenderTexture &output, StageRuntimeInterface SRI ) : void

This hook allows HDRP to provide a shadow mask in order for LookDev to perform a self shadow composition.

IDataProvider ( StageRuntimeInterface SRI ) : void

This hook allows HDRP to init the scene when creating the view

IDataProvider ( int debugIndex ) : void

This hook allows HDRP to update the debug mode used while requested in the LookDev.

UpdateVolumeProfile ( Volume volume, VisualEnvironment &visualEnvironment, HDRISky &sky ) : bool