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

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

151. laya.display.cmd.DrawEllipseCmd_API3.0 [ 64%]

...percent: boolean Defined in laya/display/cmd/DrawEllipseCmd.ts:40 位置和大小是否是百分比 width width: number Defined in laya/display/cmd/DrawEllipseCmd.ts:19 横向半径。 x x: number Defined in laya/display/cmd/DrawEllipseCmd.ts:11 圆点X 轴位置。 y y: number Defined in laya/displ...

来源: Laya3.0_api 发布时间: 20231115

152. laya.resource.Texture2D_API3.0 [ 64%]

...ted from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number defaultTexture get defaultTexture(): BaseTexture Overrides BaseTexture.defaultTexture Defined in laya/resource/Texture2D.ts:337 默认贴图 Returns BaseTexture destroyed get destroyed(): boolean Inhe...

来源: Laya3.0_api 发布时间: 20231115

153. laya.display.cmd.DrawRectCmd_API3.0 [ 64%]

...nt percent: boolean Defined in laya/display/cmd/DrawRectCmd.ts:44 位置和大小是否是百分比 width width: number Defined in laya/display/cmd/DrawRectCmd.ts:23 矩形宽度。 x x: number Defined in laya/display/cmd/DrawRectCmd.ts:15 开始绘制的 X 轴位置。 y y: number Defined in laya/d...

来源: Laya3.0_api 发布时间: 20231115

154. laya.resource.RenderTextureCube_API3.0 [ 64%]

...ted from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number defaultTexture get defaultTexture(): BaseTexture Inherited from BaseTexture.defaultTexture Defined in laya/resource/BaseTexture.ts:272 默认贴图 Returns BaseTexture depthStencilFormat get depthSten...

来源: Laya3.0_api 发布时间: 20231115

155. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 63%]

...ted from Resource.cpuMemory Defined in laya/resource/Resource.ts:116 内存大小。 Returns number defaultTexture get defaultTexture(): BaseTexture Inherited from BaseTexture.defaultTexture Defined in laya/resource/BaseTexture.ts:219 Returns BaseTexture depthStencilFormat get depthStencilFormat(): ...

来源: Laya3.0_api 发布时间: 20231102

156. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 63%]

...定义了粒子初始化时的持续时间、循环方式、发射速度、大小等一些列基本的参数。 (图3.1.1-1) Duration:粒子系统不断发射粒子的持续时间,或者说一个周期时间内可以发射多次粒子,到达设置的时间后,粒子停止发射 ​ 注...

来源: Laya3.0_文档 发布时间: 20240117

157. 为什么会出现报错 ani not found:ufo1_down [ 63%]

...// 敌机半径 this.radius = [15,30,70]; // 初始化引擎,设置舞台大小 Laya.init(400,852); // 创建循环滚动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(t...

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

158. 修复开放数据域组件WXOpenDataViewer鼠标不能拖动的问题 [ 63%]

...形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2019-09-20 23:53 浏览: 1201 关注: 4 人 vvv123 • 2019-10-16 10:33 在...

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

159. 问一下单位战斗的动作,用序列帧做和龙骨比较,哪一个性能会比较好? [ 63%]

...个性能会比较好? 没有用过龙骨,对这块不太了解~ 资源大小和性能上,哪一种会比较好? 我看网上一些游戏破解的资源,大量战斗单位的动作没见过有用骨骼动画的,是否是在性能上的考虑? 2016-08-01 添加评论 免费帖 --> 分...

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

160. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 62%]

...传入length参数时,一个内部数组缓冲区被创建,该缓存区的大小是传入的length大小。 `typedArray`:类型化数组 当传入一个包含任意类型元素的任意类型化数组对象(`typedArray)` (比如 **Int32Array)**作为参数时,typeArray被复制到一个新的类型...

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