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

大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)

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

192. 设置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

193. 怎么获取完全限定类名,就像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

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

195. 微信小游戏编译报错 [ 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

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

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

198. 启动引擎报错 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

199. 关于removeChildren、 destroy和destroyChildren的疑惑 [ 78%]

...此使用destroy for (var i = 0; i < Laya.stage.numChildren; i++) { var object = Laya.stage.getChildAt(i); // object.removeSelf(); Laya.stage.removeChildAt(i); object.destroy(true); }该对象继续在屏幕上显示。。。(IDE版本1.7.10.bate) 使用Laya.stage.destroyChildren();是可以...

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

200. Config_API3.0 [ 78%]

...gBuffer printWebglOrder useRetinalCanvas useWebGL2 webGL2D_MeshAllocMaxMem Object literals fontFamilyMap Properties Static FPS FPS: number = 60 Defined in Config.ts:16 Static animationInterval animationInterval: number = 50 Defined in Config.ts:26 2D动画 Animation 的默认播放时间间隔,单...

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