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

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

1. 可视遮罩层Layer(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 100%]

...显示层 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ //清除所有图层 this.camera.removeAllLayers(); //计数自加一 this.layerIndex ++; //设置可视图层 this.camera.addLayer(this.layerIndex%4 + 1); //将地板图层加入,地板不参与事件 this.camera.addLayer(5)...

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

2. 可视遮罩层Layer(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 99%]

...个显示层 changeActionButton.on(Event.CLICK, this, function():void { //清除所有图层 camera.removeAllLayers(); //计数自加一 layerIndex ++; //设置可视图层 camera.addLayer(layerIndex%4 + 1); //将地板图层加入,地板不参与事件 camera.addLayer(5); }); ``` 添加后的效...

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

3. 可视遮罩层Layer(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 99%]

...层 this.changeActionButton.on(Laya.Event.CLICK, this, function():void { //清除所有图层 this.camera.removeAllLayers(); //计数自加一 this.layerIndex ++; //设置可视图层 this.camera.addLayer(this.layerIndex%4 + 1); //将地板图层加入,地板不参与事件 this.camera.addLayer(5)...

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