This version of Unity is unsupported.

ShaderVariantCollection.Add

Declaration

public bool Add(ShaderVariantCollection.ShaderVariant variant);

Parameters

variant Shader variant to add.

Returns

bool False if already in the collection.

Description

Adds a new shader variant to the collection.

See Also: Remove, Contains.