Version: 2022.2
언어: 한국어

SelectOrRemoveAttributeConstructor

매뉴얼로 전환
public SelectOrRemoveAttribute (object condition, bool overridePriority, string filePath, int lineNumber, params string[] keywordNames);

파라미터

condition Unity compares the data field to this value. The outcome determines the filter behavior.
overridePriority Whether this filter attribute overrides filter attributes that are already active on the same keywords. The default is false.
filePath The path of the file this attribute is in. Automatically filled by default.
lineNumber The line number of this attribute. Automatically filled by default.
keywordNames An array of shader keyword names the filter attribute will apply to.

설명

Either include or remove the specified shader keywords in the build, depending on the data field underneath.

See Also: FilterAttribute.