将佩佩部分内容合入新项目
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Synty.Interface.Samples
|
||||
{
|
||||
/// <summary>
|
||||
/// Opens a URL in the default browser.
|
||||
/// </summary>
|
||||
public class SampleURL : MonoBehaviour
|
||||
{
|
||||
public void OpenURL(string url)
|
||||
{
|
||||
Application.OpenURL(url);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user