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

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

51. laya.map.GridSprite [ 72%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: laya_api 发布时间: 20170929

52. 动画加载成功后设置的描点,在电脑上运行正常,打包APK后到手机上运行,描点未生效 [ 71%]

....interval=interval;   private function onloaded():void { anin.pivotX=anin.getBounds().width/2; anin.pivotY=anin.getBounds().height/2; }   如上:动画加载成功后设置的描点,在电脑上运行正常,打包APK后到手机上运行,描点未生效,还是在原来的00点位置,...

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

53. laya.display.FrameAnimation [ 71%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: laya_api 发布时间: 20170929

54. laya.ui.DialogManager [ 71%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: laya_api 发布时间: 20170929

55. laya.ani.swf.MovieClip [ 70%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  basePath : String资源根目录。MovieClip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String ...

来源: laya_api 发布时间: 20170929

56. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 70%]

...; length; i++) { let c = chars[i]; c.x = preX + preW; preX = c.x; preW = c.getBounds().width + this.padding; } } /** * 靠左排列 */ private sortOnLeft(): void { this.sortChars(0, 0); } /** * 靠右排列 */ private sortOnRight(): void { let chars = this.chars; let length = chars.length; let prex ...

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

57. laya.map.MapLayer [ 70%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: laya_api 发布时间: 20170929

58. 龙骨skeleton鼠标点击区域的设置 [ 69%]

...可以直接使用hitArea来设置龙骨动画的点击区域 首先通过getBounds获取龙骨动画的width和height(可以通过延迟timer来获取) 然后这是龙骨的hitArea(-width,-height,width,height) 参考示例: mArmature = mFactory.buildArmature(1); mArmature.play(0,tru...

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

59. laya.display.AnimationPlayerBase [ 68%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: laya_api 发布时间: 20170929

60. laya.d3.core.scene.BoundsOctreeNode [ 68%]

...dd(object:IOctreeObject):Boolean 添加指定物体。 BoundsOctreeNode  getBound():BoundBox 获取包围盒。 BoundsOctreeNode  getCollidingWithBoundBox(checkBound:BoundBox, result:Array):void 获取与指定包围盒相交的物体列表。 BoundsOctreeNode  getCollidingWithFrustum(context:...

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