You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A set of utilities to configure script compilation.
13
+
/// A set of utilities to configure script compilation.
14
14
/// </summary>
15
15
[Obsolete("The ScriptingUtilities class is obsolete and will be removed from a future version of MRTK. Please use the ScriptUtilities class.")]
16
16
publicstaticclassScriptingUtilities
@@ -22,15 +22,15 @@ public static class ScriptingUtilities
22
22
/// </summary>
23
23
/// <param name="fileName">The name of an optional file locate before appending.</param>
24
24
/// <returns>
25
-
/// <param name="targetGroup">The build target group for which the sybmols are to be defined.</param>
25
+
/// <param name="targetGroup">The build target group for which the symbols are to be defined.</param>
26
26
/// <param name="symbols">Array of symbols to define.</param>
27
27
/// <remarks>
28
28
/// To always append the symbols, pass null (or the empty string) for the fileName parameter.
29
29
/// </remarks>
30
30
[Obsolete("ScriptingUtilties.AppendScriptingDefinitions is obsolete and will be removed from a future version of MRTK. Please use FileUtilities.FindFilesInAssets and ScriptUtilties.AppendScriptingDefinitions.")]
31
31
publicstaticvoidAppendScriptingDefinitions(
32
-
stringfileName,
33
-
BuildTargetGrouptargetGroup,
32
+
stringfileName,
33
+
BuildTargetGrouptargetGroup,
34
34
string[]symbols)
35
35
{
36
36
// Note: Typically, obsolete methods are re-implemented using the replacement versions.
@@ -69,4 +69,4 @@ public static void AppendScriptingDefinitions(
0 commit comments