Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGet(Type, out IRenderPipelineGraphicsSettings)

Looks for a IRenderPipelineGraphicsSettings interface in this instance of the RenderPipelineGlobalSettings asset and returns true if it's found.
Read time 1 minuteLast updated 9 days ago

Definition

TryGet(Type, IRenderPipelineGraphicsSettings)

protected bool TryGet(Type type, out IRenderPipelineGraphicsSettings settings)

Parameters

type

The type of the IRenderPipelineGraphicsSettings interface to search for.

Returns

Type

Description

boolTrue if the IRenderPipelineGraphicsSettings instance is found.