mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Unity-WebAPI: added External.getUnityObject
This commit is contained in:
Vendored
+4
@@ -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