Class HDRenderPipelineAsset
Inheritance
HDRenderPipelineAsset
Syntax
public class HDRenderPipelineAsset : RenderPipelineAsset, IVersionable<HDRenderPipelineAsset.Version>
Fields
allowShaderVariantStripping
Declaration
public bool allowShaderVariantStripping
Field Value
diffusionProfileSettings
Declaration
[Obsolete("Use diffusionProfileSettingsList instead")]
public DiffusionProfileSettings diffusionProfileSettings
Field Value
diffusionProfileSettingsList
Declaration
public DiffusionProfileSettings[] diffusionProfileSettingsList
Field Value
enableSRPBatcher
Declaration
public bool enableSRPBatcher
Field Value
shaderVariantLogLevel
Declaration
public ShaderVariantLogLevel shaderVariantLogLevel
Field Value
Properties
Declaration
public RenderPipelineSettings currentPlatformRenderPipelineSettings { get; }
Property Value
defaultShader
Declaration
public override Shader defaultShader { get; }
Property Value
frameSettingsHistory
Declaration
public bool frameSettingsHistory { get; set; }
Property Value
reflectionSystemParameters
Declaration
public ReflectionSystemParameters reflectionSystemParameters { get; }
Property Value
renderingLayerMaskNames
Declaration
public override string[] renderingLayerMaskNames { get; }
Property Value
renderPipelineResources
Declaration
public RenderPipelineResources renderPipelineResources { get; set; }
Property Value
Methods
CreatePipeline()
Declaration
protected override RenderPipeline CreatePipeline()
Returns
| Type |
Description |
| UnityEngine.Rendering.RenderPipeline |
|
GetDefaultFrameSettings(FrameSettingsRenderType)
Declaration
public FrameSettings GetDefaultFrameSettings(FrameSettingsRenderType type)
Parameters
Returns
OnValidate()
Declaration
protected override void OnValidate()
Explicit Interface Implementations
IVersionable<HDRenderPipelineAsset.Version>.version
Declaration
HDRenderPipelineAsset.Version IVersionable<HDRenderPipelineAsset.Version>.version { get; set; }
Returns
| Type |
Description |
| UnityEngine.Experimental.Rendering.HDPipeline.HDRenderPipelineAsset.Version |
|
Implements