大约有 2,738 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0071 秒)
Laya_社区(1923) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...t;):void private Animator addClip(clip:AnimationClip, playName:String = null, startFrame:int = 0, endFrame:int = 4294967295):void 添加动画片段。 Animator event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getClip(playName:String):AnimationClip 通过播放名字...
来源: laya_api 发布时间: 20170929
...加事件.on会报错。Uncaught TypeError: Cannot read property 'on' of null 是2.0的使用方式有什么变化了么?我是按照官方的视频教程一步步写的。还有一个dialog页面,即便不添加到舞台上,运行的时候它也会自动出现在舞台上,但另外一个v...
来源: Laya_社区 发布时间: 20190225
...aSingleton'); DataSingleton.dxMerchantID=20000020; DataSingleton.dxAccount=null DataSingleton.dxUid=null DataSingleton.avatar=NaN DataSingleton.gender=NaN DataSingleton.loginIp="192.168.167.103"; DataSingleton.dxLanguage="ZH_CN"; DataSingleton.resUrlsArr=[]; DataSingleton.remembe...
来源: Laya_社区 发布时间: 20170321
...= new TimeLine(); timeLine.addLabel("turnup",0).to(this,{y:this.y + 20},20,null,0) .addLabel("turndown",0).to(this,{y:this.y - 40},20,null,0) .addLabel("turnup",0).to(this,{y:this.y + 400},20,null,0) .addLabel("turndown",0).to(this,{y:this.y - 40},20,null,0) .addLabel("turnup",0).to(this,{y:th...
来源: Laya_社区 发布时间: 20181016
...(); this._text && this._text.destroy(destroyChild); this._bitmap = null; this._text = null; this._clickHandler = null; this._labelColors = this._sources = this._strokeColors = null; }destroy方法,对 _clickHandler 置空处理,如果this._clickHandler 不为null是,没有将hangdler...
来源: Laya_社区 发布时间: 20200514
...并后子节点修改Transform属性无效,根节点staticBatchRoot可为null,如果根节点不为null,根节点可移动。 如果renderableSprite3Ds为null,合并staticBatchRoot以及其所有子节点为静态批处理,staticBatchRoot作为静态根节点。 如果renderableSprite3Ds不...
来源: Laya3.0_api 发布时间: 20231102
发布WEB报错 unable to get property '_addReference' of undefined or null reference 调试 正常 发布后 会显示这个报错 附件 : --> laya3DDemo2.rar 2019-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...
来源: Laya_社区 发布时间: 20190725
... Public Methods MethodDefined By MovieClip(parentMovieClip:MovieClip = null) 创建一个 MovieClip 实例。 MovieClip addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增...
来源: Laya2.0_api 发布时间: 20190513
...rited Public Methods MethodDefined By RenderableSprite3D(name:String = null) 创建一个 RenderableSprite3D 实例。 RenderableSprite3D _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _setBelongScene(scene:Scene):void[override] RenderableSprite3D ...
来源: laya_api 发布时间: 20170929
...形。 此方法会修改本对象。 Rectangle clone(out:Rectangle = null):Rectangle 返回一个 Rectangle 对象,其 x、y、width 和 height 属性的值与当前 Rectangle 对象的对应值相同。 Rectangle contains(x:Number, y:Number):Boolean 确定由此 Rectangle 对象定义的...
来源: laya_api 发布时间: 20170929