大约有 1,599 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(983) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(33) Laya_示例(9) Laya2.0_示例(9)
...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
... 17:17 "type":"Animator", "layers":[ { "name":"Base Layer", "weight":0, "blendingMode":0, "states":[ { "name":"init" }, { "name":"run", "clipPath":"Assets/_3DVisual/...
来源: Laya_社区 发布时间: 20190620
...的写法写个类继承ui,然后ui里面放按钮,以及给按钮的name属性设置对应的名称,在逻辑来中使用.on(event.mousedown) ,这个我知道,现在是在viewstack 的子页面中,我的子页面是使用View的。 Laya_Aaron • 2018-05-23 17:49 获取view,再获取...
来源: Laya_社区 发布时间: 20180523
...拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换...
来源: Laya2.0_文档 发布时间: 20210714
...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
...拖入一个 Label 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换...
来源: Laya2.0_文档 发布时间: 20210715
... 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
...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
...ndex 地图块索引 *@param id 具体的TileSetID *@param name 属性名称 *@return */ __proto.getTileProperties=function(index,id,name){ if (this._tileProperties[index] && this._tileProperties[index][id]){ ret...
来源: Laya_社区 发布时间: 20190218
... : 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