摘要:TypeScript 1.3 元组类型 // Declare a tuple type var x: [string, number]; // 初始化 x = ["hello", 10]; // ok // 错误的初始化 x = [10, "hello"]; // Error TypeScript
阅读全文
摘要:版本: LayaAir IDE 2.0.1beta laya.core.js ___Laya ColorUtils LayaGLQuickRunner DrawTextureCmd Point ColorFilterAction GraphicsBounds EventDispatcher Hand
阅读全文