大约有 1,626 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0057 秒)
Laya_社区(997) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(46) Laya_示例(9) Laya2.0_示例(9)
... destroyedImmediately dict fontSize letterSpacing lineHeight lock maxWidth name padding texture tint url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory ...
来源: Laya3.0_api 发布时间: 20231115
...dMeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SHADERDEF...
来源: Laya3.0_api 发布时间: 20231115
...te并设置了不同坐标以及相同大小之后,再次根据getChildByName()获取出来时x,y坐标居然是0,0而且高度跟宽度也会变化很多,请问是什么原因?打印信息我已经加上 附件 : --> DataTest.zip 2018-04-27 添加评论 已悬赏3元 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180427
...cle2D(settings); sp.play(); sp.emitter.start(); sp.x = 100; sp.y = 100; sp.name = (i++).toString(); console.log(sp.name); Laya.stage.addChild(sp); setTimeout(function () { var emitter = sp.emitter; emitter.stop(); emitter.clear(); sp.stop(); sp.destroy(true); Laya.stage.removeChild(sp); onAssetsLoad...
来源: Laya_社区 发布时间: 20170103
...3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属场景。 Sprite3D timer : Timer时间控制器,默认为Laya.ti...
来源: laya_api 发布时间: 20170929
...s:105 Returns ICullPass createGlobalUniformMap createGlobalUniformMap(blockName: string): NativeCommandUniformMap Implementation of IRenderOBJCreate.createGlobalUniformMap Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderOBJCreateUtil.ts:132 Parameters blockName: string Returns NativeCommandUnifo...
来源: Laya3.0_api 发布时间: 20231115
...s:105 Returns ICullPass createGlobalUniformMap createGlobalUniformMap(blockName: string): CommandUniformMap Implementation of IRenderOBJCreate.createGlobalUniformMap Defined in laya/d3/RenderObjs/RenderObj/RenderOBJCreateUtil.ts:133 Parameters blockName: string Returns CommandUniformMap createIndexB...
来源: Laya3.0_api 发布时间: 20231115
...所示,资源路径正确,就是报找不到 private createAniTemplate(name: string, len: number = 8): void { let aniFrames: Array<string> = []; for (let i: number = 0; i < len; i++) { aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png"); ...
来源: Laya_社区 发布时间: 20230713
...as Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors context cpuMemory destroyed gpuMemory height id obsolute referenceCount source width cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPU...
来源: Laya3.0_api 发布时间: 20231115
...s://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_RayShapeCast)); ```typescript var hitResult:HitResult = new HitResult(); var hitResults:Vector. = new Vector.(); //是否穿透 if (castAll) { //进行射线检测,检测所有碰撞的物体 scene.physi...
来源: Laya2.0_文档 发布时间: 20210715