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

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

671. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...ProgressBar API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 ​ ProgressBar 组件的资源示例: ​ ![图片0.png](img/1.png) ​ (图1) ​ ![图片0.png](img/2.png) ​ (图2) ​ 设置 ProgressBar 组件...

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

672. BlinnPhong材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 48%]

# BlinnPhong材质详解 ###### *version :2.1.0beta Update:2019-5-14* BlinnPhong是在开发中最常用的模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `...

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

673. 模型的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之模型和网格) [ 48%]

# 模型的功能介绍 ###### *version :2.0.2beta Update:2019-4-26* 3D模型在有时候会由多个子模型对象构成,例如场景模型.ls,基本都是由多个物体模型与材质构成,外层是Sprite3D容器,内部才是真正的模型MeshSprite3D或SkinnedMeshSprite3D。并且还...

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

674. 模型的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之模型和网格) [ 48%]

# 模型的功能介绍 ###### *version :2.0.2beta Update:2019-4-26* 3D模型在有时候会由多个子模型对象构成,例如场景模型.ls,基本都是由多个物体模型与材质构成,外层是Sprite3D容器,内部才是真正的模型MeshSprite3D或SkinnedMeshSprite3D。并且还...

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

675. 3.0中只能使用TS了,在VSCode中怎么设置断点调试呢? [ 48%]

...,我这里可以在vs code中断点调试了,注意端口号 {     "version": "0.2.0",     "configurations": [     {         "name": "Launch Chrome",         "request": "launch",         "type": "chrome",         "url": "http://localhost:18091",         "webRoot": "${wo...

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

676. Label属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...考 [Label API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Label)。 ​ Label 组件的资源示例: ​ ![图片0.png](img/1.png) ​ (图1) ​ Label组件拖放到编辑区后,设置 text 属性的值为 LayaAir IDE 后...

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

677. 图集打包顺序错乱的问题 [ 48%]

...e": { "w": 93, "h": 140 } } }, "meta": { "app": "http://www.layabox.com", "version": "1.00", "format": "json", "scale": 1, "image": "1.png", "prefix": "1/" } } 这是图集打包后的json文件,可以看到是不对的,用Animation播放时顺序也不对   附件 : --> 1.zip 2017-08-09 5 条...

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

678. laya.physics.js:38 Uncaught Error [ 48%]

...器时 Laya3D init error must support webGl Uncaught unknown animationClip version. 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined LayaAirIDE2.2 - Laya3D init error ,must support webGL spine动画转换失败,加载...

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

679. LayaNative中加载自己缓存的资源 [ 48%]

...会显示加载出错,并输出了出错的地址:http://stand.alone.version/data/user/0/com.layabox.game//LayaCache//appCache/download/1.png   不知道是不是Laya.loader.load是不是不能加载缓存中的资源?如果Laya.loader.load中的cache为true,能在Native下也有用,那...

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

680. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found [ 48%]

...aboxide 2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found   定位到代码中是: let { width, height } = Laya.stage;  mac上...

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