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

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

371. laya.display.Text [ 84%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprit...

来源: laya_api 发布时间: 20170929

372. TypeScript下HttpRequest发送Post请求有Bug? [ 84%]

...出H5   HttpRequest指定post模式,但通过浏览器看到却永远是get模式 测试代码已缩减至50行以内,确定无其它干扰   有人遇到过相同困扰吗?求帮助.....   --------------------- 经再次测试,发现一个很神奇的情况   如果请求的url为http:/...

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

373. 浏览器接口 · LayaAir3.3 · 引擎文档 · LAYABOX [ 84%]

...动条宽度),如果前者为0或为空,则选择后者。 */ static get clientWidth(): number { Browser.__init__(); return Browser._clientWidth || Browser._window.innerWidth || Browser._document.body.clientWidth; } static set clientWidth(value: number) { Browser._clientWidth = value; } /** * ...

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

374. laya.physics.ChainCollider [ 84%]

...():void[override] ColliderBase _onEnable():void[override] ColliderBase  getDef():*[override] ChainColliderProperty Detaillooppropertyloop:Boolean是否是闭环,注意不要有自相交的链接形状,它可能不能正常工作 Implementation     public function get loop():Boolean   ...

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

375. laya.d3.core.Gradient_API3.0 [ 84%]

...ber 最大Alpha帧个数。 Returns Gradient Accessors colorAlphaKeysCount get colorAlphaKeysCount(): number Defined in laya/d3/core/Gradient.ts:60 获取颜色Alpha数量。 Returns number 颜色Alpha数量。 colorRGBKeysCount get colorRGBKeysCount(): number Defined in laya/d3/core/Gradient.ts:52 ...

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

376. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 84%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getHeight hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChild...

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

377. laya.d3.core.material.SkyBoxMaterial [ 84%]

...posure:Number 获取曝光强度。 Implementation     public function get exposure():Number    public function set exposure(value:Number):voidrotationproperty rotation:Number 获取曝光强度。 Implementation     public function get rotation():Number    public function set rotat...

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

378. laya.physics.RigidBody [ 84%]

...扭矩,使其旋转 RigidBody destroy():void 销毁组件 Component  getBody():*获得原始body对象 RigidBody  getCenter():Object 获得质心的相对节点0,0点的位置偏移 RigidBody  getMass():Number获得刚体质量RigidBody  getWorldCenter():Object 获得质心的世界坐标...

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

379. laya.d3.core.particleshuriken.module.StartFrame_API3.0 [ 84%]

...用静态创建函数。 实例。 Returns StartFrame Accessors constant get constant(): number Defined in laya/d3/core/particleShuriKen/module/StartFrame.ts:49 固定帧。 Returns number constantMax get constantMax(): number Defined in laya/d3/core/particleShuriKen/module/StartFrame.ts:63 最大...

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

380. laya.resource.ResourceManager [ 84%]

...存。 ResourceManager  dispose():void 释放资源。ResourceManager  getLoadedResourceManagerByIndex(index:int):ResourceManager[static] 获取指定索引的资源管理器。 ResourceManager  getLoadedResourceManagersCount():int[static] 获取资源管理器总个数。 ResourceManager  g...

来源: laya_api 发布时间: 20170422