大约有 1,835 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)
Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya3.0_文档(268) Laya_社区(214) Laya2.0_文档(11) Laya2.0_示例(2) Laya_示例(2)
API DocumentationAll Packages | All Classes | Index | Frames No Frames ParticleSettingProperties | Methods Packagelaya.particleClasspublic class ParticleSettingInheritanceParticleSetting Object ParticleSettings 类是粒子配置数据类 Public Properties PropertyDefined By ageAddScale...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames Transform3DProperties | Methods Packagelaya.d3.coreClasspublic class Transform3DInheritanceTransform3D EventDispatcher Object Transform3D 类用于实现3D变换。 Public Properties PropertyDefined By localMatrix : ...
来源: Laya2.0_api 发布时间: 20190513
...初始化阶段去下载资源,那么就需要使用Laya.addBeforeInitCallback()来注册方法,代码使用示例如图2-2所示。 (图2-2) 2.3 合并为完整的物理引擎库 完成适配工作后,开发者可以参照Cannon适配源码中的gulp脚本,将物理引擎适配源码编译...
来源: Laya3.0_文档 发布时间: 20251010
API DocumentationAll Packages | All Classes | Index | Frames No Frames QuaternionProperties | Methods | Constants Packagelaya.d3.mathClasspublic class QuaternionInheritanceQuaternion ObjectImplements laya.d3.core.IClone Quaternion 类用于创建四元数。 Public Properties PropertyDefi...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PointLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 类用于创建...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames DirectionLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight ...
来源: laya_api 发布时间: 20170929
...以通过这种方式为游戏添加UI系统。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:58 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...件(png/jpg)打包。目的是遇到不支持压缩格式的系统时,fallback到源文件。 2.2 发布后的小游戏目录介绍 点击版本发布,由于在发布前会检查rpk发布环境(用于生成rpk包),如果没有发布环境的,则会开始下载。 发布后的目录结...
来源: Laya3.0_文档 发布时间: 20251010
...Laya.Browser.onChrome) { console.log("Chrome"); } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:00 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...tialize的接口封装, jsvm_value jsInitializeSteam(jsvm_env env, jsvm_callback_info info) { bool success = SteamManager::GetInstance()->Initialize(); printf("init steam!!!"); jsvm_value result; JSVM_CALL_CHECK(jsvm_create_int32(env, success ? 1 : 0, &result)); return result; } 最后,...
来源: Laya3.0_文档 发布时间: 20251010