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

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

51. 为什么在编辑器模式下正常的animation, 运行时播放就会丢失内容? [ 79%]

...运行的动画,运行时加载播放却有问题   经测试发现是 ScaleX ScaleY两个属性的问题,在.ani文件中删除scaleX,scaleY属性相关内容,即可正常播放,这是为什么?   比如 scaleX=1 scaleY= 0.98186345   只在index:1有   具体问题请看图,工...

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

52. laya.map.MapLayer_API3.0 [ 79%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url vie...

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

53. laya.ui.DialogManager_API3.0 [ 79%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url vie...

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

54. laya.ani.swf.MovieClip_API3.0 [ 78%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playing rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache texture ti...

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

55. laya.display.AnimationBase_API3.0 [ 78%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache textur...

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

56. laya.display.Sprite [ 78%]

...响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手...

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

57. laya.display.Sprite [ 78%]

...响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手...

来源: laya_api 发布时间: 20170929

58. laya.display.FrameAnimation_API3.0 [ 78%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache textur...

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

59. laya.spine.SpineSkeleton_API3.0 [ 78%]

...splayedInStage drawCallOptimize externalSkins filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playState rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache ...

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

60. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 78%]

...oMask.graphics.drawRect(0, 0, _progress.width, _progress.height); _proMask.scaleX = 0; _progress.mask = _proMask; _bar.stateNum = 1; } override protected function createChildren():void { super.createChildren(); var index:Number = getChildIndex(_bg); addChildAt(_progress = new Image(),index + 1); } o...

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