Version: 2018.2
Method group is Obsolete

Application.ExternalEval

マニュアルに切り替える
Obsolete public static void ExternalEval (string script);

パラメーター

script呼び出す Javascript 関数

説明

Execution of a script function in the contained web page.

The HTML Javascript host page can have functions executed. The ExternalEval function specifies which function should be executed.

This functionality is now obsolete. See https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html for alternatives.

Note: The web player is not supported from 5.4.0 onwards.

See Also: Application.ExternalCall.