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

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

351. ScrollRect设置会引起其他的UI资源无法正在显示 [ 80%]

..._path.rotation = Math.atan2(b.y - a.y, b.x - a.x) / Math.PI * 180; var len:int = Math.floor(GetPathLen()/PATH_LEN)+2; var p:Image; for(var i:int = 0;i<len;i++){ p = new Image("test/footprint.png"); p.pos(i*PATH_LEN,0); arr.push(p); _path.addChild(p); } //注释下面这行就正常了 _path.scrol...

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

352. laya.ui.Radio [ 80%]

... 格式:"上边距,右边距,下边距,左边距"。 Button labelSize : int 表示按钮文本标签的字体大小。 Button labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Button labelStrokeColor : String 描边颜色,以字符串表示。 默认...

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

353. laya.ui.View [ 80%]

...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...

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

354. 3D中的Animator如何从指定的某一帧开始播放动画 [ 80%]

...ar maxTime:Number = totalAnimationClip.duration(); //每帧间隔 var frameInterval:int = 1 / animator.cacheFrameRate; //总帧数 var endFrame:int = Math.floor(maxTime / frameInterval); //计算开始帧 var startFrame:int = Math.floor(endFrame * (1 - percent)); animator.addClip(totalAnimationClip,...

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

355. laya.map.GridSprite [ 80%]

...n[read-only] 表示是否在显示列表中显示。Node  drawImageNum : int = 0当前GRID包含多少个TILE(包含动画)GridSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父...

来源: laya_api 发布时间: 20170929

356. 修改3D动画的帧频 [ 80%]

...长结束时间位置)。          */ public function play(index:int = 0, playbackRate:Number = 1.0, overallDuration:int = /*int.MAX_VALUE*/ 2147483647, playStart:Number = 0, playEnd:Number = 0) 2017-05-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

357. laya.d3.resource.models.BoxMesh [ 80%]

...ds  MethodDefined By  BoxMesh(long:Number = 1, width:Number = 1, height:int = 1) 创建一个方体模型 BoxMeshProtected Methods  MethodDefined By  recreateResource():void[override] BoxMeshProperty Detailheightpropertyheight:Number 返回高度 Implementation     public function get heig...

来源: laya_api 发布时间: 20170929

358. laya.d3.component.animation.UVAnimations [ 80%]

...herited Public Properties PropertyDefined By currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimations currentFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable ...

来源: laya_api 发布时间: 20170603

359. 父节点如何得到其子节点的个数 [ 80%]

...4367261 赞同来自: 使用父节点的numChildre方法 ,该方法返回int类型的所以子物体个数var i :int ; i = this.var.numChildren;//获取子物体个数 //获取单个子物体 this.var.getchildAt("想要拿到的子物体下标int类型")//根据下标获取对应子物体 2018-04-...

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

360. laya.particle.Particle2D [ 80%]

...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...

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