Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ShaderVariant

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Identifies a specific variant of a shader.

In Unity, many shaders internally have multiple "variants", to account for different light modes, lightmaps, shadows and so on. These variants are indentified by a shader pass type, and a set of shader keywords. See ShaderVariantCollection.

Note that creating a ShaderVariant will throw an ArgumentException if shader is null, pass type does not exist or variant with the passed keywords is not found.

Properties

keywordsArray of shader keywords to use in this variant.
passTypePass type to use in this variant.
shaderShader to use in this variant.

Constructors

ShaderVariantCollection.ShaderVariantCreates a ShaderVariant structure.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答