Class ShaderVariantCollection
Inheritance
ShaderVariantCollection
Assembly: UnityEngine.dll
Syntax
public sealed class ShaderVariantCollection : Object
Constructors
|
Improve this Doc
View Source
ShaderVariantCollection()
Declaration
public ShaderVariantCollection()
Properties
isWarmedUp
Declaration
public bool isWarmedUp { get; }
Property Value
shaderCount
Declaration
public int shaderCount { get; }
Property Value
variantCount
Declaration
public int variantCount { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(ShaderVariantCollection.ShaderVariant)
Declaration
public bool Add(ShaderVariantCollection.ShaderVariant variant)
Parameters
Returns
Clear()
Declaration
|
Improve this Doc
View Source
Contains(ShaderVariantCollection.ShaderVariant)
Declaration
public bool Contains(ShaderVariantCollection.ShaderVariant variant)
Parameters
Returns
|
Improve this Doc
View Source
Remove(ShaderVariantCollection.ShaderVariant)
Declaration
public bool Remove(ShaderVariantCollection.ShaderVariant variant)
Parameters
Returns
WarmUp()
Declaration
Extension Methods