跳到主要内容

Class AGradleRebuildTask

Assembly: UnityAppFlavor.Editor.dll
View Source
Declaration
public abstract class AGradleRebuildTask

Fields

_setting

View Source
Declaration
protected readonly UAFEditorSetting _setting

Methods

Handle(ref string, ref string, ref string)

View Source
Declaration
public abstract void Handle(ref string unity_lib_gradle, ref string launch_gradle, ref string properties_file)
Parameters
TypeName
System.Stringunity_lib_gradle
System.Stringlaunch_gradle
System.Stringproperties_file

_GradleReplace(string, string, string, string)

View Source
Declaration
protected static string _GradleReplace(string gradle, string mark, string replace, string comment = "//")
Returns

System.String

Parameters
TypeName
System.Stringgradle
System.Stringmark
System.Stringreplace
System.Stringcomment