Struct RenderPipelineSettings
Syntax
[Serializable]
public struct RenderPipelineSettings
Fields
Declaration
public RenderPipelineSettings.ColorBufferFormat colorBufferFormat
Field Value
Declaration
public RenderPipelineSettings.CustomBufferFormat customBufferFormat
Field Value
decalSettings
Declaration
public GlobalDecalSettings decalSettings
Field Value
default
Default RenderPipelineSettings
Declaration
[Obsolete("Since 2019.3, use RenderPipelineSettings.NewDefault() instead.")]
public static readonly RenderPipelineSettings default
Field Value
dynamicResolutionSettings
Declaration
public GlobalDynamicResolutionSettings dynamicResolutionSettings
Field Value
Type |
Description |
GlobalDynamicResolutionSettings |
|
hdShadowInitParams
Declaration
public HDShadowInitParameters hdShadowInitParams
Field Value
increaseResolutionOfVolumetrics
Declaration
public bool increaseResolutionOfVolumetrics
Field Value
increaseSssSampleCount
Declaration
public bool increaseSssSampleCount
Field Value
lightingQualitySettings
Declaration
public GlobalLightingQualitySettings lightingQualitySettings
Field Value
lightLayerName0
Declaration
public string lightLayerName0
Field Value
lightLayerName1
Declaration
public string lightLayerName1
Field Value
lightLayerName2
Declaration
public string lightLayerName2
Field Value
lightLayerName3
Declaration
public string lightLayerName3
Field Value
lightLayerName4
Declaration
public string lightLayerName4
Field Value
lightLayerName5
Declaration
public string lightLayerName5
Field Value
lightLayerName6
Declaration
public string lightLayerName6
Field Value
lightLayerName7
Declaration
public string lightLayerName7
Field Value
lightLoopSettings
Declaration
public GlobalLightLoopSettings lightLoopSettings
Field Value
lightSettings
Declaration
public RenderPipelineSettings.LightSettings lightSettings
Field Value
lodBias
Declaration
public FloatScalableSetting lodBias
Field Value
lowresTransparentSettings
Declaration
public GlobalLowResolutionTransparencySettings lowresTransparentSettings
Field Value
maximumLODLevel
Declaration
public IntScalableSetting maximumLODLevel
Field Value
msaaSampleCount
Declaration
public MSAASamples msaaSampleCount
Field Value
Type |
Description |
MSAASamples |
|
postProcessQualitySettings
Declaration
public GlobalPostProcessingQualitySettings postProcessQualitySettings
Field Value
postProcessSettings
Declaration
public GlobalPostProcessSettings postProcessSettings
Field Value
supportCustomPass
Declaration
public bool supportCustomPass
Field Value
supportDecals
Declaration
public bool supportDecals
Field Value
supportDistortion
Declaration
public bool supportDistortion
Field Value
supportDitheringCrossFade
Declaration
public bool supportDitheringCrossFade
Field Value
supportedLitShaderMode
Declaration
public RenderPipelineSettings.SupportedLitShaderMode supportedLitShaderMode
Field Value
supportedRaytracingTier
Declaration
public RenderPipelineSettings.RaytracingTier supportedRaytracingTier
Field Value
supportLightLayers
Declaration
public bool supportLightLayers
Field Value
supportMotionVectors
Declaration
public bool supportMotionVectors
Field Value
supportRayTracing
Declaration
public bool supportRayTracing
Field Value
supportRuntimeDebugDisplay
Declaration
public bool supportRuntimeDebugDisplay
Field Value
supportShadowMask
Declaration
public bool supportShadowMask
Field Value
supportSSAO
Declaration
Field Value
supportSSR
Declaration
Field Value
supportSubsurfaceScattering
Declaration
public bool supportSubsurfaceScattering
Field Value
supportTerrainHole
Declaration
public bool supportTerrainHole
Field Value
supportTransparentBackface
Declaration
public bool supportTransparentBackface
Field Value
supportTransparentDepthPostpass
Declaration
public bool supportTransparentDepthPostpass
Field Value
supportTransparentDepthPrepass
Declaration
public bool supportTransparentDepthPrepass
Field Value
supportVolumetrics
Declaration
public bool supportVolumetrics
Field Value
xrSettings
Declaration
public GlobalXRSettings xrSettings
Field Value
Properties
keepAlpha
Declaration
public bool keepAlpha { get; }
Property Value
supportMSAA
Declaration
public bool supportMSAA { get; }
Property Value
Methods
NewDefault()
Default RenderPipelineSettings
Declaration
public static RenderPipelineSettings NewDefault()
Returns