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

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

441. laya.display.Node_API3.0 [ 81%]

...ater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

442. laya.ui.Tree [ 81%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边...

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

443. laya.components.AnimatorStateCondition_API3.0 [ 81%]

...ault value name: string = null Returns AnimatorStateCondition Accessors id get id(): number Defined in laya/components/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Defined in laya/components/AnimatorStateCondition.ts:73 名称 Returns str...

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

444. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 81%]

...Read indexCount indexType indexTypeByteCount Methods _setIndexData destroy getData setData unbind Constructors constructor new NativeIndexBuffer3D(indexType: IndexFormat, indexCount: number, bufferUsage?: BufferUsage, canRead?: boolean): NativeIndexBuffer3D Overrides IndexBuffer3D.constructor Define...

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

445. http 请求 once 的 回调参数,如何传递和接收? [ 81%]

...t.COMPLETE, this, http.success,[1,2,3]); hr.send("http://localhost:8082/hu_get",{}, "post","json",null);   回调方法: success:function (e,args) {     console.log(e); //此行可以得到响应内容     console.log(args);  //此行无法获取自定义参数? } 请问如何获取/传...

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

446. laya.ui.UIGroup [ 81%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...

来源: laya_api 发布时间: 20170929

447. Sprite3D的概述(JavaScript-3D基础(JS)-LayaAir3D之精灵) [ 81%]

...的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(); ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与否进行控制 ```typescript set layer(value); ``` - 3.是否为静态精灵,静态精灵可进...

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

448. laya.ui.Clip [ 80%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bitmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite...

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

449. Sprite3D的概述(TypeScript-3D基础(TS)-LayaAir3D之精灵) [ 80%]

...的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与否进行控制 ```typescript set layer(value: number); ``` - 3.是否为静态精灵,静...

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

450. 打包成Android应用,获取首页链接经常超时最后卡在加载界面 [ 80%]

...最后卡在加载界面 09-23 11:41:15.458 16178-16304/? I/LayaBox:  xhr.GET url=http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:15.469 16178-16271/? I/LayaBox: Download [  ]:http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:23.476 16178-16271/? W/LayaBox: download error...

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