Skip to content

Instantly share code, notes, and snippets.

@king-panda
Last active August 29, 2015 14:20
Show Gist options
  • Save king-panda/029d403a5f568f583739 to your computer and use it in GitHub Desktop.
Save king-panda/029d403a5f568f583739 to your computer and use it in GitHub Desktop.
【Unity】WebGLからWebページ側の関数を呼び出す ref: http://qiita.com/kingpanda/items/a08b110c2bc3b1e416f1
var eve = "eve";
function OnMouseDown(){
Application.ExternalCall(eve);
}
function red(){
alert("red");
}
function blue(){
alert("blue");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment