Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Contains(Type)

If the given ISRPGraphicsSetting type is present in this RenderPipelineGlobalSettings instance.
Read time 1 minuteLast updated 11 days ago

Definition

protected bool Contains(Type type)

Parameters

type

A valid ISRPGraphicsSetting type.

Returns

Type

Description

boolTrue if the type exists, otherwise false.