RenderPipelineGlobalSettings.TryGet

Declaration

protected bool TryGet(Type type, out Rendering.IRenderPipelineGraphicsSettings settings);

Parameters

type The type of the IRenderPipelineGraphicsSettings interface to search for.
setting A valid reference to the IRenderPipelineGraphicsSettings interface if it's found.

Returns

bool True if the IRenderPipelineGraphicsSettings instance is found.

Description

Looks for a IRenderPipelineGraphicsSettings interface in this instance of the RenderPipelineGlobalSettings asset and returns true if it's found.


Did you find this page useful? Please give it a rating: