We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599223 commit e05a52fCopy full SHA for e05a52f
Assets/MRTK/Core/Utilities/Editor/ScriptUtilities.cs
@@ -20,7 +20,7 @@ public static class ScriptUtilities
20
/// <param name="symbols">Array of symbols to define.</param>
21
public static void AppendScriptingDefinitions(
22
BuildTargetGroup targetGroup,
23
- string[] symbols)
+ params string[] symbols)
24
{
25
if (symbols == null || symbols.Length == 0) { return; }
26
@@ -38,7 +38,7 @@ public static void AppendScriptingDefinitions(
38
/// <param name="symbols">Array of symbols to remove.</param>
39
public static void RemoveScriptingDefinitions(
40
41
42
43
44
0 commit comments