functionName | 呼び出す関数の名前 |
args | 呼び出す関数に渡される引数の配列 |
WebGL Player を含む Web ページで関数を呼び出します。
ExternalCall
calls functionName
in the web page containing the WebGL player, passing the given arguments to it. Supported argument types are the
primitive types (string
, int
, float
, string
) and arrays of such types. Any other objects
are converted to string
using ToString
and passed as string
s.
This functionality is now obsolete. See https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html for alternatives.
関連項目: Application.ExternalEval.