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

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

521. u3d导入的粒子效果没有停止方法以及相应事件的吗? [ 50%]

...leSystem.stop()可以停止播放粒子 具体请查看API链接  https://layaair.ldc.layabox.com/api/?category=3D&class=laya.d3.core.particleShuriKen.ShurikenParticleSystem   粒子效果,你查看一下官方的引擎示例: https://layaair.ldc.layabox.com/demo/?category=3d&group=par...

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

522. 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function [ 50%]

...eDefine is not a function 03-07 10:05:32.702 31653-31703/com.mihe.carrom I/LayaBox: alert=apploader.js:4515:     TypeError: this._nativeObj.addGlobalValueDefine is not a function             return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData);             ...

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

523. 通过PrimitiveMesh创建简单Mesh(JavaScript-3D基础(JS)-LayaAir3D之模型和网格) [ 50%]

...ansform来调整位置。更详细的使用情况可以[查看API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.resource.models.PrimitiveMesh)。 创建时需注意的是,加载到场景中的引擎自带模型,轴心点在模型正中心,因此我们是...

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

524. 通过PrimitiveMesh创建简单Mesh(TypeScript-3D基础(TS)-LayaAir3D之模型和网格) [ 49%]

...ansform来调整位置。更详细的使用情况可以[查看API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.resource.models.PrimitiveMesh)。 创建时需注意的是,加载到场景中的引擎自带模型,轴心点在模型正中心,因此我们是...

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

525. laya.d3.math.Vector3 [ 49%]

...dex | Frames No Frames Vector3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By  elements : Float32Array三维向量元素数组Vecto...

来源: laya_api 发布时间: 20170929

526. Laya3D场景加载问题 [ 49%]

Laya3D场景加载问题 测试内容:加载3D场景   代码如下: export default class TestUI extends ui.test.TestSceneUI {     private resource: Array<String> = [         "gate/Conventional/Test.ls",     ];     constructor() { super(); }     onAwake(): void {         ...

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

527. laya.d3.math.Native.ConchVector3 [ 49%]

...| Frames No Frames ConchVector3Properties | Methods | Constants Packagelaya.d3.math.NativeClasspublic class ConchVector3InheritanceConchVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By  elements : Float32Array[只读]向...

来源: Laya2.0_api 发布时间: 20190513

528. StaticModel_MeshSample例子运行不起来 [ 48%]

...起来 class StaticModel_MeshSample {     constructor() {         Laya3D.init(0, 0,true);         Laya.stage.scaleMode = Laya.Stage.SCALE_FULL;         Laya.stage.screenMode = Laya.Stage.SCREEN_NONE;         Laya.Stat.show();         var scene = Laya.stage.addChild(n...

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

529. 脚本的事件(ActionScript-3D基础(AS3)-LayaAir3D的脚本使用) [ 48%]

...具体的那些事件。具体的描述可以查看API ([地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.component.Script3D))。 关于脚本的添加使用这里不做过的讲解,在以往的示例中都有或多或少的使用脚本。关于脚本的...

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

530. laya.d3.math.Matrix4x4 [ 48%]

...x | Frames No Frames Matrix4x4Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix4x4InheritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix4x...

来源: laya_api 发布时间: 20170929