Version: 2023.1

ApplyRulesIfTagsNotEqualAttribute

class in UnityEditor.ShaderKeywordFilter

/

继承自:ShaderKeywordFilter.TagConstraintAttribute

切换到手册

描述

Enable or disable shader keyword filter attributes based on shader tags.

If you use this attribute, Unity enables filter attributes if the shader compilation context does not contain matching tags.

The following example builds only variants including the FeatureA keyword, if the shader is not a Universal Render Pipeline (URP) shader.

using UnityEditor.ShaderKeywordFilter;

[ShaderKeywordFilter.ApplyRulesIfTagsNotEqual("RenderPipeline", "UniversalPipeline")] [SelectIf(true, keywordNames: "FeatureA")] bool forceFeatureA;

See Also: FilterAttribute.

构造函数

ApplyRulesIfTagsNotEqualAttributeEnable or disable shader keyword filter attributes based on shader tags.

继承的成员