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

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

331. laya.ani.bone.Skeleton_API3.0 [ 52%]

...i/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeigh...

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

332. laya.particle.Particle2D_API3.0 [ 51%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayW...

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

333. laya.ui.FontClip [ 51%]

...anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoPlay : Boolean 表示是否自动播放动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Clip autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 fals...

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

334. 摄像机的viewportPointToRay报错 [ 51%]

...游戏项目 加载有中文的json文件 报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> IDE通过.ui自动生成的ui代码报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 本地调试加载本地图片都报错 自定义场景类导出layaM...

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

335. laya.media.SoundNode_API3.0 [ 51%]

...isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop ...

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

336. swf转成H5资源显示超出原有范围 [ 51%]

...忙看下,谢谢啦,贴上代码。 package {     import flash.display.Loader;     import flash.display.LoaderInfo;     import flash.display.MovieClip;     import flash.display.Sprite;     import flash.display.StageAlign;     import flash.display.StageScaleMode;     import f...

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

337. [LayaAir3]Layaair3.3.0-beta.4中2D导航数据清理报错 [ 51%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 请教下微信小游戏的内存和数据缓存? laya2 发布微信开放域工程,用微信开发者工具打开报错 用了ByteArray的zlib.min.js后报错 2.2.0beta4,微信上动态合批报错. 导微信小程...

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

338. laya.ui.FontClip_API3.0 [ 50%]

...htSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalR...

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

339. laya.components.AnimatorState2D_API3.0 [ 50%]

...t cycleOffset: number = 0 Defined in laya/components/AnimatorState2D.ts:35 play on awake start offset loop loop: number = -1 Defined in laya/components/AnimatorState2D.ts:60 动画循环次数,-1或者小于-1为使用clip的循环状态,1为播放一次,2为播放2次,0为无限循环 name ...

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

340. 龙骨动画-拖拽-点击区域HitArea设置问题 [ 48%]

...Event.MOUSE_DOWN, this, dragFunc); Laya.stage.addChild(skeleton); skeleton.play(0,true); rectangle = skeleton.getBounds(); var hitArea = new Laya.HitArea(); var graphic = new Laya.Graphics(); graphic.drawRect(-rectangle.x, -rectangle.y, rectangle.width, rectangle.height); hitArea.hit = graphic; skel...

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