大约有 810 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0061 秒)
Laya_社区(512) Laya3.0_api(119) Laya2.0_api(72) Laya2.0_文档(29) Laya3.0_文档(25) laya_api(24) Laya_示例(21) Laya2.0_示例(8)
...你是js写的话就直接用那个方法就可以,如果是as的话用 __JS__('bezierCurveTo')写就可以 2017-11-06 0 2 分享 微博 QZONE 微信 ymsdandan 赞同来自: 建议你先看下二次开发这篇文档,有问题再联系 2017-11-06 0 1 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20171106
... 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
...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
... 这是场景代码/* * 用户扑克界面; */ 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
...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
...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
...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
...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
...置后使用getBounds不会再进行大量计算,那我就放心用了^_^ cuixueying • 2016-12-06 21:29 好的,有问题保持沟通!
来源: Laya_社区 发布时间: 20161202
...据添加顺序排序。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