大约有 1,626 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0060 秒)
Laya_社区(997) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(46) Laya_示例(9) Laya2.0_示例(9)
...ir2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MouseInteraction)): 在主类中我们再场景上添加了4个猴,对猴子分别取名,并且调整了位置和缩放,并且添加了 `PhysicsCollider` 物理碰撞器,并且使用的网格型碰撞盒。 !...
来源: Laya2.0_文档 发布时间: 20210715
...ir2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MouseInteraction)): 在主类中我们再场景上添加了4个猴,对猴子分别取名,并且调整了位置和缩放,并且添加了 `PhysicsCollider` 物理碰撞器,并且使用的网格型碰撞盒。 !...
来源: Laya2.0_文档 发布时间: 20210715
...ir2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=MouseInteraction&name=MouseInteraction)): 在主类中我们再场景上添加了4个猴,对猴子分别取名,并且调整了位置和缩放,并且添加了 `PhysicsCollider` 物理碰撞器,并且使用的网格型碰撞盒。 !...
来源: Laya2.0_文档 发布时间: 20210715
... IEditor.GUIUtils.createInspectorPanel(); Editor.typeRegistry.addTypes([ { name : "MyPanelType", //请注意,名字是全局唯一的,一定要长 properties : [ { name : "text", type : "string" }, { name : "count" , type: "number" }, { name : "actions", inspector: "Buttons", options : { buttons...
来源: Laya3.0_文档 发布时间: 20251010
...x >= 11 && index < 16) { newShow = true; } data.push({ gameName: { text: item.name }, gameIcon: { skin: item.pic }, hot: { visible: hotShow }, new: { visible: newShow }, name: JSON.stringify(item) }); }) // console.log("表的数据:", JSON.stringify(data)); listNode.array = data; ...
来源: Laya_社区 发布时间: 20200805
...structors constructor Properties _id data destroyedImmediately format lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasList...
来源: Laya3.0_api 发布时间: 20231115
...(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:string, txt:string) { let paopao = new ui.langren.room.SayBoardUI(); paopao.x = 10; paopao.lbSayName.text = name; let div:Laya.HTMLDivElement = new Laya.HTMLDivElem...
来源: Laya_社区 发布时间: 20170911
...示正常。查看lmat文件,unity-standard导出的lmat里面textures的name是diffuseTexture,layaAir3D/PBR(Standard)导出的lmat的textures的name是albedoTexture,根据你上面提供的链接里面,有一行代码是设置diffuseTexture的,于是我把layaAir3D/PBR(Standard)导出的l...
来源: Laya_社区 发布时间: 20180208
...017-09-11 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 把你的name值放到var里就好了 2017-09-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 youxin 相关问题 Layaair IDE的帧属性面板不见了 使用钢体...
来源: Laya_社区 发布时间: 20170911
...中,Ctrl+B达成一个自定义的Tab组件即可,tab组件的item项name必须为item0,item1,item2这样依次命名好(切忌需要name命名) 还需要注意: 自定义Tab组件,不支持Box组件作为Item 只支持 Button、radio、checkbox 具备点击状态的组...
来源: Laya_社区 发布时间: 20170321