script | 呼び出す Javascript 関数 |
Web ページに含まれるスクリプトスニペットを評価します( Eval 関数)
This will execute JavaScript script
function in the web page that contains
the web player or WebGL content.
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { Application.ExternalEval("history.back()"); } }
5.4.0 以降では、web player はサポートされないことに注意してください。 See Also: Application.ExternalCall.