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

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

451. laya 里调用原生canvas的方法 [ 68%]

...你是js写的话就直接用那个方法就可以,如果是as的话用 __JS__('bezierCurveTo')写就可以 2017-11-06 0 2 分享 微博 QZONE 微信 ymsdandan 赞同来自: 建议你先看下二次开发这篇文档,有问题再联系 2017-11-06 0 1 分享 微博 QZONE 微信 为什么被折...

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

452. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 68%]

... TypeError: Cannot read property 'visible' of null     at RenderSprite3D.__proto._childs (laya.core.js:6194)     at RenderSprite3D.__proto._transform (laya.webgl.js:6730)     at Character.__proto.render (laya.core.js:15656)     at RenderSprite3D.__proto._childs (laya.core.js:6194)     at R...

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

453. laya.ui.Radio [ 68%]

...tected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心...

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

454. 感觉实例之间是关联的,求指教。(已解决) [ 68%]

...   这是场景代码/* * 用户扑克界面; */ var Panel1 = (function (_super) { function Panel1() { Panel1.super(this); //this.poke_a.x=0; } Laya.class(Panel1, "Panel1", _super); var _proto = Panel1.prototype; //======================================= //将指定的牌显示到桌面上 //======...

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

455. laya.ui.Panel [ 67%]

...tected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心...

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

456. laya.ui.Box [ 67%]

...tected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心...

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

457. drawTexture 画出来的数据会有以前的数据 [ 67%]

...e var img:Image; public function TestView() { img = new Image("comp/lhjicon_5.png"); img.x = 640; img.y = 320; iconSpr = new Sprite(); iconSpr.width = 1280; iconSpr.height = 640; iconSpr.addChild(img); btn.on(Event.CLICK,this,runGame1); } private function runGame1():void { xNum = Math.random()*7 - 3...

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

458. 动画混合问题,Avatar动画混合报错. [ 67%]

...ror: Cannot read property 'time' of undefined laya.d3.js:22278 at Animator.__proto._eventScript (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.d3.js:22278:15)   at Animator.__proto._updateEventScript (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.d3.js:22315:11)   at Animator.__proto._update...

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

459. 关于intersects碰撞的疑问 [ 67%]

...置后使用getBounds不会再进行大量计算,那我就放心用了^_^ cuixueying • 2016-12-06 21:29 好的,有问题保持沟通!

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

460. laya.d3.core.scene.BaseScene [ 67%]

...据添加顺序排序。SpriteProtected Properties PropertyDefined By  _enableDepthFog : BooleanBaseScenePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  BaseScene() 创建一个 BaseScene 实例。 BaseScene  addChild(node:Node):Node[override] 添...

来源: laya_api 发布时间: 20170422