LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ShaderVariantCollection.Contains

public bool Contains(ShaderVariantCollection.ShaderVariant variant);

Parameters

variantShader variant to check.

Returns

bool True if the variant is in the collection.

Description

Checks if a shader variant is in the collection.

See Also: Add, Remove.