mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Unity-WebAPI: added External.getUnityObject
This commit is contained in:
4
unity-webapi/unity-webapi.d.ts
vendored
4
unity-webapi/unity-webapi.d.ts
vendored
@@ -3,6 +3,10 @@
|
||||
// Definitions by: John Vrbanac <john.vrbanac@linux.com> | 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;
|
||||
|
||||
Reference in New Issue
Block a user