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

大约有 617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)

231. laya.ui.ComboBox_API3.0 [ 76%]

...ent> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite....

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

232. laya.utils.Handler [ 76%]

...回调后执行recover()进行回收,默认为true。 ReturnsHandler — 返回创建的handler实例。 recover()method  public function recover():void 清理并回收到 Handler 对象池内。 run()method  public function run():* 执行处理器。 Returns*runWith()method  public function ru...

来源: laya_api 发布时间: 20170929

233. laya.utils.Handler [ 76%]

...回调后执行recover()进行回收,默认为true。 ReturnsHandler — 返回创建的handler实例。 recover()method  public function recover():void 清理并回收到 Handler 对象池内。 run()method  public function run():* 执行处理器。 Returns*runWith()method  public function ru...

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

234. laya.utils.Tween [ 76%]

...lean (default = false) — 是否覆盖之前的缓动。 ReturnsTween — 返回Tween对象。 from()method  public static function from(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Twee...

来源: laya_api 发布时间: 20170929

235. 使用localToGlobal()后返回的坐标xy的被乘了10 [ 75%]

使用localToGlobal()后返回的坐标xy的被乘了10 使用localToGlobal()后返回的坐标xy的被乘了10 2018-05-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自:     /**...

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

236. laya.maths.Point [ 75%]

...):Point 将 Point 的成员设置为指定。 Point  toString():String返回包含 x 和 y 坐标的的字符串。PointPublic Constants ConstantDefined By  TEMP : Point[static] 临时使用的公用对象。PointProperty Detailxpropertypublic var x:Number该点的水平坐标。yproperty...

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

237. laya.utils.Tween_API3.0 [ 75%]

... coverBefore: boolean = false 是否覆盖之前的缓动。 Returns Tween 返回Tween对象。 pause pause(): void Defined in laya/utils/Tween.ts:232 暂停缓动,可以通过resume或restart重新开始。 Returns void recover recover(): void Defined in laya/utils/Tween.ts:310 回收到对象池...

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

238. 关于网络监听(TypeScript-LayaNative原生服务-LayaNative基础文档) [ 75%]

...onch"].setNetworkEvtFunction(function(type):void { alert(type) }); } ``` **返回类为int类型** ``` NET_NO = 0; NET_WIFI = 1; NET_2G = 2; NET_3G = 3; NET_4G = 4; NET_YES = 5; ``` **Tips** *1、conch只能LayaNative环境下调用,在网页版本中是没有conch定义的,所以需要判断...

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

239. laya.utils.Tween [ 75%]

...lean (default = false) — 是否覆盖之前的缓动。 ReturnsTween — 返回Tween对象。 from()method  public static function from(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Twee...

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

240. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 75%]

...位置读取指定长度的数据用于创建一个 Float32Array 对象并返回此对象。 **getFloat64**():number在指定字节偏移量位置处读取 Float64 。 **getInt16**():number 在当前字节偏移量位置处读取 Int16 。 **getInt32**():number在当前字节偏移量位置处...

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