• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)

1151. laya.d3.core.Vector4Keyframe_API3.0 [ 65%]

...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

1152. laya.d3.core.Vector2Keyframe_API3.0 [ 65%]

...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

1153. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 65%]

...dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWeakReference)); ``` **LayaAir引擎中正确的用法示例:** **派发:** ``` 派发对象.event(type:String,data:*=null); ``` **监听:** ``` 派发对象.on(type,caller,listener,ar...

来源: Laya2.0_文档 发布时间: 20191206

1154. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 65%]

...dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWeakReference)); ``` **LayaAir引擎中正确的用法示例:** **派发:** ``` 派发对象.event(type:String,data:*=null); ``` **监听:** ``` 派发对象.on(type,caller,listener,ar...

来源: Laya2.0_文档 发布时间: 20210714

1155. laya.d3.core.scene.bvhscenerendermanager.BVHSceneRenderManager_API3.0 [ 65%]

...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1156. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 65%]

...然后使用`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

1157. 新建js项目 然后复制protobuf js版本贴到项目入口文件LayaUISample.js 无法运行报错 [ 65%]

...项目入口文件LayaUISample.js 无法运行报错 运行报错 Uncaught TypeError: Cannot read property 'load' of undefined   index.html文件我已经去掉了protobuf.js那两个文件的注释的   好气 flash js ts这个protobuf例子我都试过了 就特么运行不了 官方技术给个...

来源: Laya_社区 发布时间: 20170318

1158. laya.d3.math.Plane_API3.0 [ 65%]

...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

1159. bilibili小游戏发布与调试指南(TypeScript-小游戏适配文档-bilibili小游戏) [ 65%]

...目。** **官网下载地址** :[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

1160. 3D 鼠标检测 错乱 [ 65%]

...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