OpenURL FungusCommand renamed, fixes #554
@ -12,7 +12,7 @@ namespace Fungus
[CommandInfo("Scripting",
"Open URL",
"Opens the specified URL in the browser.")]
public class LinkToWebsite : Command
public class OpenURL : Command
{
[Tooltip("URL to open in the browser")]
[SerializeField] protected StringData url = new StringData();
@ -99,7 +99,7 @@ Call Mode | Fungus.CallMode | The coroutine call behavior for methods that retur
# Open URL # {#OpenURL}
Opens the specified URL in the browser.
Defined in Fungus.LinkToWebsite
Defined in Fungus.OpenURL
Property | Type | Description
--- | --- | ---