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

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

1621. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 30%]

...ni"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.ball = new Sprite(); // 城堡 this.tower = new Sprite(); // 飞艇 this.aeroboat = new Sprite(); // 山 this.mounta...

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

1622. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 30%]

...g/3.png) ``播放器的样式文件, ``添加video标签。命名id为“player”,这个一会我们在程序中会用到。 `` `` 这是播放器用到的类库。开发者在生产环境中记得下载到自己的项目中或者服务器中。 下面是主类的逻辑: ```typescript class L...

来源: Laya2.0_文档 发布时间: 20210715

1623. conch.config.getUsedMem() 安卓包中 定时运行报错 [ 30%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 项目分包后, 运行出错 官网示例摇一摇报错,就解决方案 本地调试加载本地图片都报错 问题状态 最新活动: 2018-03-22 15:28 浏览: 900 关注: 2 人 qian • 2018-03-22 15:33 能...

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

1624. 2D粒子渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

...子系统会在其持续时间结束后再次启动并重复该循环。 Play On Awake:启用后,粒子系统会在所属对象被创建时自动启动。 Start Delay:启用此属性后,系统在开始发射粒子前将延迟一段时间。有两种模式可供选择:Constant和TwoConstant...

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

1625. laya.ui.Clip [ 28%]

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

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

1626. laya.particle.Particle2D_API3.0 [ 27%]

...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

1627. laya.media.SoundNode_API3.0 [ 27%]

...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

1628. laya.ani.bone.Skeleton_API3.0 [ 26%]

...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

1629. laya.ui.FontClip_API3.0 [ 25%]

...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

1630. laya.ui.FrameClip [ 23%]

....uiClasspublic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值...

来源: laya_api 发布时间: 20170422