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

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

131. laya.device.media.Video [ 69%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  buffered : *[read-only] buffered 属性返回 TimeRanges(JS)对象。TimeRanges 对象表示用户的音视频缓冲范围。缓冲范围指的是已...

来源: laya_api 发布时间: 20170929

132. laya.d3.math.Vector2_API3.0 [ 68%]

...eturns void Static rewriteNumProperty rewriteNumProperty(proto: any, name: string, index: number): void Defined in laya/d3/math/Vector2.ts:144 Parameters proto: any name: string index: number Returns void Static scalarLength scalarLength(a: Vector2): number Defined in laya/d3/math/Vector2.ts:115 计...

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

133. laya.maths.Vector2_API3.0 [ 68%]

...eturns void Static rewriteNumProperty rewriteNumProperty(proto: any, name: string, index: number): void Defined in laya/maths/Vector2.ts:156 Parameters proto: any name: string index: number Returns void Static scalarLength scalarLength(a: Vector2): number Defined in laya/maths/Vector2.ts:127 计算...

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

134. laya.d3.core.scene.Scene [ 68%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...

来源: laya_api 发布时间: 20170929

135. laya.ui.Component [ 68%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象...

来源: laya_api 发布时间: 20170929

136. Prefab数组 [ 68%]

...的参数却是个int类型? 加载一个txt文件 getRes出来类型为string转换成数组吗 关于遍历数组 prefab预制组件怎么创建 如何通过代码控制prefab上面的时间轴动画animation? laya 怎么不用图集加载多图为帧数组。。 编辑器内展示脚本...

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

137. laya.ui.ScrollBar [ 67%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是...

来源: laya_api 发布时间: 20170929

138. laya.display.Stage [ 67%]

...roperties Show Inherited Public Properties PropertyDefined By  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范...

来源: laya_api 发布时间: 20170929

139. 教你微信小游戏使用服务端gzip数据。 [ 67%]

... =  0;  i  <  arr.length;  i++)  {             str  +=  String.fromCharCode(arr[i]);       }   return toType === 'json' ? JSON.parse(decodeURIComponent(escape(str))) : decodeURIComponent(escape(str)); } //转换成byte  function fromCharCode(pakoData,toType = 'json'){   let ...

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

140. LocalStorage存储二维数组怎么存 [ 67%]

...本IDE 二维码显示不出来 加载一个txt文件 getRes出来类型为string转换成数组吗 Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 问题状态 最新活动: 2018-07-24 17:40 浏览: 1740 关注: 2 人

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