• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,599 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)

231. 在layabox里protobuf只能用回调的方式处理吗? [ 79%]

...roto'))}; 然后打包数据这样使用就可以了: let head: string = name.substring(0, name.indexOf('.')); let Message = this._protoBuilderMap[head].build(name); let message: ProtoBuf.Message = new Message(data); 但是看laya里必须要使用回调处理,比如要这样: this._protoBuild...

来源: Laya_社区 发布时间: 20171103

232. 2.0动画的几个问题 [ 79%]

... 17:17 "type":"Animator", "layers":[ { "name":"Base Layer", "weight":0, "blendingMode":0, "states":[ { "name":"init" }, { "name":"run", "clipPath":"Assets/_3DVisual/...

来源: Laya_社区 发布时间: 20190620

233. viewstack 如何获取子页面对象,以及操作子页面中的按钮控件? [ 79%]

...的写法写个类继承ui,然后ui里面放按钮,以及给按钮的name属性设置对应的名称,在逻辑来中使用.on(event.mousedown) ,这个我知道,现在是在viewstack 的子页面中,我的子页面是使用View的。 Laya_Aaron • 2018-05-23 17:49 获取view,再获取...

来源: Laya_社区 发布时间: 20180523

234. List属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 79%]

...拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 ​ **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换...

来源: Laya2.0_文档 发布时间: 20210714

235. laya.display.Node [ 79%]

...nStage : Boolean[read-only] 表示是否在显示列表中显示。Node  name : String节点名称。Node  numChildren : int[read-only] 子对象数量。 Node  parent : Node父节点。Node  timer : Timer时间控制器,默认为Laya.timer。NodePublic Methods Hide Inherited Public Method...

来源: laya_api 发布时间: 20170929

236. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 78%]

...拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 ​ **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换...

来源: Laya2.0_文档 发布时间: 20210715

237. u3d导入的粒子效果没有停止方法以及相应事件的吗? [ 78%]

... https://layaair.ldc.layabox.com/demo/?category=3d&group=particle&name=Particle_EternalLight   https://layaair.ldc.layabox.com/demo/?category=3d&group=particle&name=Particle_BurningGround   https://layaair.ldc.layabox.com/demo/?category=3d&group=particle&name=Particle_Scene...

来源: Laya_社区 发布时间: 20180615

238. laya.spine.SpineTemplet_API3.0 [ 78%]

...et Index Constructors constructor Properties _id destroyedImmediately lock name skeletonData url uuid DEBUG RuntimeVersion Accessors basePath cpuMemory destroyed gpuMemory id ns obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _s...

来源: Laya3.0_api 发布时间: 20231115

239. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 78%]

...ndex 地图块索引     *@param id 具体的TileSetID     *@param name 属性名称     *@return     */     __proto.getTileProperties=function(index,id,name){         if (this._tileProperties[index] && this._tileProperties[index][id]){             ret...

来源: Laya_社区 发布时间: 20190218

240. 射线检测报错,outHitInfo.sprite3D=null; [ 78%]

... : any):void{ this.scene = owner; this.camera = this.scene.scene.getChildByName("Main Camera") as Laya.Camera; console.log("当前摄像机的名字是:" + this.camera.name); }  public _start(state:Laya.RenderState):void{ this.ray = new Laya.Ray(Laya.Vector3.ZERO,Laya.Vector3.ZERO); this.phasorSp...

来源: Laya_社区 发布时间: 20181020