Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Dependencies.AddDependencyImplementationFileTree

Declaration

public Unity.Android.Gradle.Element AddDependencyImplementationFileTree(string dir, string[] includeFilter);

Parameters

dir Files to search directory.
includeFilter Array of filters.

Returns

Element The added dependency.

Description

Adds a plugin implementation element with fileTree: "implementation fileTree(':{name}')".