大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0094 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
... read property 'apply' of undefined;at socketTask.onopen callback function TypeError: Cannot read property 'apply' of undefined at Function.eof (http://127.0.0.1:25423/game/code.js:53674:69) at Type.setup (http://127.0.0.1:25423/game/code.js:59330:33) at Type.encode_setup [as encod...
来源: Laya_社区 发布时间: 20180815
...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
...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
...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...16 0 0 分享 微博 QZONE 微信 watsonsong 赞同来自: ResourceVersion.type = ResourceVersion.FILENAME_VERSION; 我看文档里面有这个设置,但是最新版本的IDE环境里面没有找到这个定义的存在~ 2018-01-16 0 0 分享 微博 QZONE 微信 watsonsong 赞同来自: 我疑惑...
来源: Laya_社区 发布时间: 20180115
...然后使用`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
...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
...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