大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...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
...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
...此处展示效果的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
...此处展示效果的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
...此处展示效果的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
...te function onStageClick():void { // 切换播放和暂停。 if (!video.paused) video.pause(); else video.play(); } } } ``` 编译运行上面的例子,发现打不开。这很正常,运行这个例子要自己搭建一个https的服务器。然后用手机打开这个地址对应的index.h...
来源: Laya2.0_文档 发布时间: 20210715
...---------------------------------------- | | Mass(质量) | 支持 | | Use Gravity(使用重力) | 支持 | | Is Kinematic(是运动学刚体) | 支持 | | Constraints(约束) | 支持(包括:Freeze Position冻结位置(X、Y、Z)、Freeze Rotation冻结旋转(X、Y、Z)...
来源: Laya2.0_文档 发布时间: 20210714