From 8e69c2c60c75f3a23608000ca0f641e107ba9750 Mon Sep 17 00:00:00 2001 From: gstamac Date: Fri, 23 Aug 2013 14:19:55 +0200 Subject: [PATCH] Unity-WebAPI: added External.getUnityObject --- unity-webapi/unity-webapi.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unity-webapi/unity-webapi.d.ts b/unity-webapi/unity-webapi.d.ts index 451ddab6b..9170a26c1 100644 --- a/unity-webapi/unity-webapi.d.ts +++ b/unity-webapi/unity-webapi.d.ts @@ -3,6 +3,10 @@ // Definitions by: John Vrbanac | https://github.com/jmvrbanac // Definitions: https://github.com/borisyankov/DefinitelyTyped +interface External { + getUnityObject(version:number):Unity; +} + declare class UnitySettings { public name:String; public iconUrl:String;