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

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

191. bind函数的作用 [ 79%]

...bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg An object to which the this keyword can refer inside the new function. * @param argArray A list ...

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

192. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 79%]

...et.on(Event.ERROR,this,errorHandler); } private function openHandler(event:Object = null):void { //正确建立连接; } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function...

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

193. laya.d3.core.MeshSprite3D [ 79%]

...eshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses MeshTerrainSprite3D, WaterSprite MeshSprite3D 类用于创建网格。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

来源: laya_api 发布时间: 20170929

194. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 79%]

...gth: (...)Symbol(Symbol.toStringTag): (...)__proto__: TypedArray__proto__: Object bom.transform.localRotation=new Laya.Quaternion(0, 0,0,0);           //设置了localRotation Quaternion {elements: Float32Array[4]} bom.transform.worldMatrix                                     ...

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

195. 怎么获取完全限定类名,就像as的getQualifiedClassName [ 79%]

...ClassName(value):string { var type = typeof value; if (!value || (type != "object" && !value.prototype)) { return type; } var prototype = value.prototype ? value.prototype : Object.getPrototypeOf(value); if (prototype.hasOwnProperty("__class__")) { return prototype["__class__"]; } var constr...

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

196. linux系统运行layaair-cmd报错 [ 79%]

...md-resourceVersion.js:57 exit(1); ^ ReferenceError: exit is not defined at Object.<anonymous> (/data/node_v8/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57:3) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565...

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

197. 微信小游戏编译报错 [ 79%]

....js:10:30084) at e.exports (http://127.0.0.1:23181/game/code.js:11:513) at Object.<anonymous> (http://127.0.0.1:23181/game/code.js:10:19569) at t (http://127.0.0.1:23181/game/code.js:10:326) at Object.e.exports.name (http://127.0.0.1:23181/game/code.js:10:1624) at t (http://127.0.0.1:23181/gam...

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

198. laya.ui.UIUtils [ 79%]

...ds | Constants Packagelaya.uiClasspublic class UIUtilsInheritanceUIUtils Object UIUtils 是文本工具集。 Public Methods  MethodDefined By  addFilter(target:Sprite, filter:IFilter):void[static] 给指定的目标显示对象添加滤镜。 UIUtils  adptString(str:String):String[static] ...

来源: Laya2.0_api 发布时间: 20190513

199. laya.ui.UIUtils [ 79%]

...ds | Constants Packagelaya.uiClasspublic class UIUtilsInheritanceUIUtils Object UIUtils 是文本工具集。 Public Methods  MethodDefined By  addFilter(target:Sprite, filter:IFilter):void[static] 给指定的目标显示对象添加滤镜。 UIUtils  adptString(str:String):String[static] ...

来源: laya_api 发布时间: 20170929

200. 启动引擎报错 mPlugin.game_plugin_init(3); [ 78%]

...               at void demo.MainActivity$1.onReceiveValue(java.lang.Object) (MainActivity.java:64)                 at void layaair.autoupdateversion.YLCheckUpdate.checkEndMyView() (YLCheckUpdate.java:195)                 at void layaair.autoupdateversion.YLCheckUpdate.access$4...

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