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

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

141. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 35%]

...ite3d: Sprite3D = (<Sprite3D>this.layaMonkey.getChildAt(0)); //获取动画组件 var animator: Animator = (<Animator>aniSprite3d.getComponent(Animator)); //创建动作状态 var state: AnimatorState = new AnimatorState(); //动作名称 state.name = "run"; //动作播放起始时间 st...

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

142. 【简单跑酷--JS版】---Lv.6 终篇 [ 32%]

...e == Item.ITEM_TYPE_FLY){ item.visible = false; }else{ //星星物品播放动画 Tween.to(item, {y : -10, scaleX : 0.1, alpha : 0}, 300, null, Handler.create(this, this.itemTweenComplete, [item])); this.updateScore(); } } } } //人物如果踩到地板了 就把人物的坐标设置到地板上面 ...

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

143. laya.spine.SpineSkeleton_API3.0 [ 30%]

... Globals "laya/spine/SpineSkeleton" SpineSkeleton Class SpineSkeleton spine动画由SpineTemplet,SpineSkeletonRender,SpineSkeleton三部分组成。 Hierarchy Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseTh...

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

144. 2D物理系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

...戏行为发生改变,又或者用于触发特定效果,比如声音和动画。 是否设置为传感器的不同效果区别,如动图12-5所示: (动图12-5) 3.2.6 标签 label 碰撞体的标签,用于脚本物理碰撞事件中的碰撞体识别,当自定义了标签名后,如...

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

145. laya.ani.bone.Skeleton_API3.0 [ 28%]

...ported Menu Globals "laya/ani/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 draw...

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

146. laya.ani.swf.MovieClip_API3.0 [ 26%]

...vieClip Class MovieClip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightS...

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

147. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 23%]

...擎使用,现UnityPlugin 支持导出网格模型,静态场景,蒙皮动画,新版粒子,地形         也就是Unity中包含以下组件的节点:         1. Transform       2. MeshFilter         3. MeshRenderer      4. SkinnedMeshRenderer          5. Animation ...

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