大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
... Laya.stage.on(Laya.Event.MOUSE_UP, this, function() { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount...
来源: Laya2.0_文档 发布时间: 20210714
... Laya.stage.on(Laya.Event.MOUSE_UP, this, function() { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount...
来源: Laya2.0_文档 发布时间: 20210715
...抬起 Laya.stage.on(Event.MOUSE_UP, this, function():void { index = 0; //获取每次生成路径 getGridIndex(path[curPathIndex % pointCount].x, path[curPathIndex++ % pointCount].z, startPoint); getGridIndex(path[nextPathIndex % pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开...
来源: Laya2.0_文档 发布时间: 20210714
...以在 CmShowTool.loadGLTFDone 中回调返回前进行 ```typescript // 获取脸部模型渲染节点数组 var faceRenderableArray: Array = renderableMap.get("face"); // 添加装扮 CmShowTool.applyFaceMakeUp(faceRenderableArray, struct); ``` 3. 调整光照 - CmShowPBRMatrial 可以调整附加...
来源: Laya2.0_文档 发布时间: 20210715
...进制文件filetable.bin。LayaPlayer在启动的时候,会从服务器获取这个文件(如果需要的话)来确定需要更新什么文件。 layadcc 还可以用来把生成资源包,用来把资源打包到App中。 ## LayaPlayer资源包的类型 目前的资源打包方案有三种...
来源: Laya2.0_文档 发布时间: 20210714
...; } private function graphicsImg():void { var img:Sprite = new Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(monkey2),100,50); //添加到舞台 Laya.stage.addChild(img); } } } ``` 代码运行效果如图7-1所示。 ![图7-1](img/7-1.png) (图7-1) ###...
来源: Laya2.0_文档 发布时间: 20210715
...base/subpackage/LoadSubpackageTask.html),可以通过 LoadSubpackageTask 获取当前下载进度。示例代码如下: ```javascript loadTask.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期...
来源: Laya2.0_文档 发布时间: 20210715
...formMap) ``` - 2.添加标记。 ```typescript setFlag(key, value) ``` - 3.获取标记 ```typescript getFlag(key) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,value为其...
来源: Laya2.0_文档 发布时间: 20210714
....添加标记。 ```typescript setFlag(key: string, value: string) ``` - 3.获取标记 ```typescript getFlag(key: string) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,val...
来源: Laya2.0_文档 发布时间: 20210715
....添加标记。 ```typescript setFlag(key: String, value: String) ``` - 3.获取标记 ```typescript getFlag(key: String) ``` - 4.添加着色器Pass: vs:该Pass使用的顶点着色器文件 ps:该Pass使用的片元着色器文件 stateMap:是一个映射,key为渲染状态的名称,val...
来源: Laya2.0_文档 发布时间: 20210715