Version: 2022.2
言語: 日本語

RemoveIfNotAttributeConstructor

マニュアルに切り替える
public RemoveIfNotAttribute (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.

説明

Remove the specified shader keywords from the build if the data field doesn't match the condition.

See Also: FilterAttribute.