Version: 2020.3
言語: 日本語
public void SetIncludeInBuildDelegate (PluginImporter.IncludeInBuildDelegate includeInBuildDelegate);

説明

Setting the delegate function to be called by ShouldIncludeInBuild.

The delegate will be called by ShouldIncludeInBuild and will return true if the plugin is to be included in the build, false otherwise.