Skip to main content
Version: 2.1.x

Class ShaderVariantCollectionManifest.ShaderVariantInfo

Assembly: YooAsset.Editor.dll
View Source
Declaration
[Serializable]
public class ShaderVariantCollectionManifest.ShaderVariantInfo

Fields

AssetPath

Shader asset path in editor.

View Source
Declaration
public string AssetPath

ShaderName

Shader name.

View Source
Declaration
public string ShaderName

ShaderVariantElements

Shader variants elements list.

View Source
Declaration
public List<ShaderVariantCollectionManifest.ShaderVariantElement> ShaderVariantElements