大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...ime value weightedMode defaultWeight clone cloneTo Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ime value weightedMode defaultWeight clone cloneTo Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWeakReference)); ``` **LayaAir引擎中正确的用法示例:** **派发:** ``` 派发对象.event(type:String,data:*=null); ``` **监听:** ``` 派发对象.on(type,caller,listener,ar...
来源: Laya2.0_文档 发布时间: 20191206
...dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWeakReference)); ``` **LayaAir引擎中正确的用法示例:** **派发:** ``` 派发对象.event(type:String,data:*=null); ``` **监听:** ``` 派发对象.on(type,caller,listener,ar...
来源: Laya2.0_文档 发布时间: 20210714
...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...然后使用`scale`属性对地图进行缩放。 示例代码如下: ```typescript package { import laya.map.TiledMap; import laya.maths.Rectangle; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class TiledMapDemo { private var tMap:TiledMap; public function...
来源: Laya2.0_文档 发布时间: 20210714
...项目入口文件LayaUISample.js 无法运行报错 运行报错 Uncaught TypeError: Cannot read property 'load' of undefined index.html文件我已经去掉了protobuf.js那两个文件的注释的 好气 flash js ts这个protobuf例子我都试过了 就特么运行不了 官方技术给个...
来源: Laya_社区 发布时间: 20170318
...Hierarchy Plane Index Constructors constructor Properties PlaneIntersectionType_Back PlaneIntersectionType_Front PlaneIntersectionType_Intersecting Accessors distance normal Methods clone cloneTo normalize createPlaneBy3P Constructors constructor new Plane(normal?: Vector3, d?: number): Plane Define...
来源: Laya3.0_api 发布时间: 20231115
...目。** **官网下载地址** :[https://ldc2.layabox.com/layadownload/?type=layaairide-LayaAir%20IDE%202.6.0beta](https://ldc2.layabox.com/layadownload/?type=layaairide-LayaAir IDE 2.6.0beta) #### 2、下载并安装bilibili小游戏开发者工具 bilibili小游戏开发者工具主要用于小...
来源: Laya2.0_文档 发布时间: 20210715
...l; if (n > 0){ for (i=0;i < n;i++){ var e=this._eventList; switch (e.type){ case "mousedown": this._mouseTouchDown(); break ; case "mouseup": this._mouseTouchUp(); break ; case "mousemove":; var mousePoint=Input3D._tempPoint; mousePoint.setTo(e.pageX,e.pageY); Laya.stage._canvasTransform.inver...
来源: Laya_社区 发布时间: 20200119