大约有 1,626 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
Laya_社区(997) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(46) Laya_示例(9) Laya2.0_示例(9)
...中,Ctrl+B达成一个自定义的Tab组件即可,tab组件的item项name必须为item0,item1,item2这样依次命名好(切忌需要name命名) 还需要注意: 自定义Tab组件,不支持Box组件作为Item 只支持 Button、radio、checkbox 具备点击状态的组...
来源: Laya_社区 发布时间: 20171108
...想反过来,ui对象有了,我想知道它的var可以吗? 我知道name可以拿到,话说干嘛要设计两个东西啊,有一个名字不也够了嘛! 2018-09-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20180905
...te3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属场景。 Sprite3D timer : Timer时间控制器,默认为Laya.time...
来源: laya_api 发布时间: 20170929
...nStage : Boolean[read-only] 表示是否在显示列表中显示。Node name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node scene : *[read-only] 获得所属场景。 NodePublic Methods Hide Inherited Public Meth...
来源: Laya2.0_api 发布时间: 20190513
...no对象 怎么获取到btn_no对象,它外面有很多个父级,而且name是btn_no有很多个,我像点击这个按钮触发事件,怎么弄啊? 附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180505
...ic] 着色器变量名,光照贴图缩放和偏移。RenderableSprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSp...
来源: Laya2.0_api 发布时间: 20190513
...constructor() { super(); console.log("startScene"); console.log(Laya.stage.name); console.log(Laya.stage.numChildren); console.log(this.numChildren); console.log(this.parent); console.log(this.name); } }这个同样是null export default class game_mgr extends Laya.Script { constructor() { super(); ...
来源: Laya_社区 发布时间: 20190904
...id[static] 归一化二维向量。 Vector2 rewriteNumProperty(proto:*, name:String, index:int):void[static] Vector2 scalarLength(a:Vector2):Number[static] 计算标量长度。 Vector2 scale(a:Vector2, b:Number, out:Vector2):void[static] 缩放二维向量。 Vector2 setValue(x:Number, ...
来源: Laya2.0_api 发布时间: 20190513
...链接 提交 1 个回复 cuixueying 赞同来自: 1、为你的img设置name属性 2、通过list.getCell获取到指定的box,其他的方法getChildAt,getChildByName都可以,自己看下API即可 3、然后通过box.getChildByName(img.name)获取到img对象,通过该对象获取img...
来源: Laya_社区 发布时间: 20170807
...能进去 HttpRequest提示oauth_callback is not a valid HTTP header field name new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor IDE不能运行调试提示:Chrome error: Error:... 用webstorm提示Cannot find name 'Laya'怎么解决 问题状态 最新活动: 2018-05-02 11:36 ...
来源: Laya_社区 发布时间: 20180428