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

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

1. OPPO小游戏发布与调试指南(TypeScript-小游戏适配文档-OPPO小游戏) [ 100%]

...oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/games/use.html](https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/games/use.html))我们找到`安装 runtime.apk 包到 OPPO 手机上`这个栏目,通常会选择新版本,进行下载。 ...

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

2. Sprite3D支持的Unity导出列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 84%]

...body](./img/components/Inspector-Rigidbody.png) 1. Mass 2. Is Kinematic 3. Use Gravity 4. Constraints - Freeze Position - Freeze Rotation - Trail Renderer ![Trail Renderer](./img/components/Inspector-TrailRenderer.png) 1. Materials - Size - Element 2. Time 3. min Vertex Distance 4. Width 5. Color - ...

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

3. 如何为灯光添加阴影(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 83%]

...此处展示效果的demo地址: 灯光方面的设置: ```typescript // Use soft shadow. directionLight.shadowMode = Laya.ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow ...

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

4. 如何为灯光添加阴影(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 83%]

...此处展示效果的demo地址: 灯光方面的设置: ```typescript // Use soft shadow. directionLight.shadowMode = ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow casca...

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

5. 如何为灯光添加阴影(ActionScript-3D基础(AS3)-LayaAir3D之灯光) [ 83%]

...此处展示效果的demo地址: 灯光方面的设置: ```typescript // Use soft shadow. directionLight.shadowMode = Laya.ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow ...

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

6. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 49%]

...te function onStageClick():void { // 切换播放和暂停。 if (!video.paused) video.pause(); else video.play(); } } } ``` ​ 编译运行上面的例子,发现打不开。这很正常,运行这个例子要自己搭建一个https的服务器。然后用手机打开这个地址对应的index.h...

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

7. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 16%]

...---------------------------------------- | | Mass(质量) | 支持 | | Use Gravity(使用重力) | 支持 | | Is Kinematic(是运动学刚体) | 支持 | | Constraints(约束) | 支持(包括:Freeze Position冻结位置(X、Y、Z)、Freeze Rotation冻结旋转(X、Y、Z)...

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