大约有 2,619 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
Laya_社区(1653) Laya3.0_api(320) Laya2.0_api(218) laya_api(186) Laya2.0_文档(147) Laya3.0_文档(94) Laya2.0_示例(1)
...2072 关注: 2 人 Laya_Aaron • 2019-12-31 14:57 而且工作人员自己创建demo还要管理很多目录,造成很多麻烦 zengjoeng • 2019-12-31 15:19 提交了附件了。请看一下。应该是因为链接不在同一行。
来源: Laya_社区 发布时间: 20191231
...ructor Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:160 创建bool比较条件类 Parameters name: string Returns AnimatorStateBoolCondition Accessors compareFlag get compareFlag(): boolean set compareFlag(value: boolean): void Defined in laya/d3/component/Animator/AnimatorStateCo...
来源: Laya3.0_api 发布时间: 20231102
...his.skin); this.btn.on(Laya.Event.CLICK, this, this.onClick); })); } /** * 创建btn */ private createBtn(skin: string): Laya.Button { let button = new Laya.Button(skin, '上传文件'); button.labelSize = 12; button.labelColors = '#000000,#000000,#000000'; Laya.stage.addChild(button); return button...
来源: Laya_社区 发布时间: 20170511
...ter Overrides Filter.constructor Defined in laya/filters/ColorFilter.ts:25 创建一个 ColorFilter 实例。 Parameters Default value mat: any[] = null (可选)由 20 个项目(排列成 4 x 5 矩阵)组成的数组,用于颜色转换。 Returns ColorFilter Properties _matrix _matrix: any...
来源: Laya3.0_api 发布时间: 20231115
...同来自: 您好,当前的WebGPU部分功能还在测试中,您可以创建一个2D入门示例或3D入门示例,这两个问题稍少些 2024-05-30 0 2 分享 微博 QZONE 微信 llliu 赞同来自: 2D入门示例也无法在构建后(勾选webgpu)在浏览器运行 2024-05-30 0 4 分享...
来源: Laya_社区 发布时间: 20240530
...mponent" PhysicsComponent Class PhysicsComponent PhysicsComponent 类用于创建物理组件的父类。 Hierarchy Component PhysicsComponent PhysicsTriggerComponent CharacterController Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors ...
来源: Laya3.0_api 发布时间: 20231115
...prefab.json = 这个object prefab就得到了, 然后可以从对象池创建。 我的项目是都导出json文件了,用prefab内容也是json的。 Laya.loader.create("prefab/car.json",Handler.create(this,onCar)); public function onCar(obj:Object):void{ var spr:Prefab = new Prafab(); ...
来源: Laya_社区 发布时间: 20181108
... } } } 注意事项: /** * 创建动画 * 0,使用模板缓冲的数据,模板缓冲的数据,不允许修改 (内存开销小,计算开销小,不支持换装) * 1...
来源: Laya_社区 发布时间: 20200618
...6 Android微信版本:7.0.4 iOS微信版本:7.0.3 操作过程: 1.创建Laya 2.0.1 3D示例项目 2.在GameUI.ts中box.meshRenderer.material = material;后插入如下代码: // 自定义内容 directionLight.shadow = true; box.meshRenderer.castShadow = true; box.meshRenderer.receiveShad...
来源: Laya_社区 发布时间: 20190423
...滤 Yangcy • 2018-06-11 16:07 @Laya_Aaron:我知道哪里错了 我开始创建的不是微信小游戏 只是后面加上了 MiniAdpter.init(); 这段代码。差距好大。。。多谢 大佬 Yangcy • 2018-06-11 16:08 @Laya_Aaron:然后现在 我就要去解决 项目大于4M的事情了
来源: Laya_社区 发布时间: 20180608