大约有 1,232 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...,public tweenRepeatComplete(item):void{ item.tweener=Laya.Tween.to(item.value, toProps, item.duration *1000, item.easeType, Handler.create(this,this.__tweenRepeatComplete,[item])); 这代码只是个示例 item.tweener.update=Handler.create(this,this.__tweenUpdate,[item],false);}还有我感觉当...
来源: Laya_社区 发布时间: 20180322
... public function get height():Number public function set height(value:Number):voidrootproperty root:Sprite [read-only] 获取场景根容器 Implementation public static function get root():SpritescaleXproperty scaleX:Number[override] X轴缩放值,默认值为1。设置为...
来源: Laya2.0_api 发布时间: 20190513
...iled to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'.",我把这段代码注释掉之后就没有了,希望有大佬能够解答一下,哈哈 2018-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180914
...blic function get isTrigger():Boolean public function set isTrigger(value:Boolean):voidConstructor DetailPhysicsTriggerComponent()Constructorpublic function PhysicsTriggerComponent(collisionGroup:int, canCollideWith:int) 创建一个 PhysicsTriggerComponent 实例。 Parameters collisionGroup...
来源: Laya2.0_api 发布时间: 20190513
...ublic function get maxLength():Number public function set maxLength(value:Number):voidotherAnchorproperty public var otherAnchor:Array[首次设置有效]链接刚体链接点,是相对于otherBody的左上角位置偏移otherBodyproperty public var otherBody:RigidBody[首次设置有效]...
来源: Laya2.0_api 发布时间: 20190513
...码调用中进行相应的修改,就可以解决这个问题了。因此value._addReference这个函数应该是关于加载的,只是个人猜测。 2020-03-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****402 相关问题...
来源: Laya_社区 发布时间: 20190725
...ypeError: Cannot read property '_glTexture' of undefined _i32b[2]=isloaded?value.bitmap._glTexture.id:0; ^^ TypeError: Cannot read property '_glTexture' of undefined at Sprite.__proto._setTextureEx (http://stand.alone.version/lib ... 906:34) at EventHandler.__proto.runWith (http://stand.alone.versio...
来源: Laya_社区 发布时间: 20190302
...件的 setSlider 方法中,数据类型判断逻辑 BUG 导致 Slider.value 的值为 NaN。 临时解决方案是一定延迟后手动修改 Panel.conent.scrollRect.y = 0。 引用 Slider 的其它组件会传导相同的 BUG。 BUG demo 项目已上传附件。 引擎BUG源码截图如下...
来源: Laya_社区 发布时间: 20240325
...ressBar.skin="commonUI/anniu05a.png" progressBar.pos(100,100); progressBar.value=0.5; Laya.stage.addChild(progressBar); 后台: Failed to load resource: net::ERR_FILE_NOT_FOUND(FILE///..../bin/commonUI/anniu05a$bar.png) [warn]Retry to load:/......./bin/commonUI/anniu05a$bar.png 但能显示出来...
来源: Laya_社区 发布时间: 20160729
...一个布尔值,指定是否允许通过点击滑动条改变 Slider 的 value 属性值。 Slider alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为...
来源: laya_api 发布时间: 20170929