Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetRenderPipelineSettings<T>(out T)

Gets a IRenderPipelineGraphicsSettings from the GraphicsSettings and returns if the setting is found.
Read time 1 minuteLast updated 9 days ago

Definition

TryGetRenderPipelineSettings<T>(T)

public static bool TryGetRenderPipelineSettings<T>(out T settings) where T : class, IRenderPipelineGraphicsSettings

Parameters

settings

T

Returns

Type

Description

boolTrue if the IRenderPipelineGraphicsSettings is currently available and registered for the given pipeline.