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

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

351. laya.spine.SpineSkeleton_API3.0 [ 58%]

...ineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag PAUSED PLAYING STOPPED drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY animationName blendMode cacheAs compon...

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

352. laya.display.EffectAnimation_API3.0 [ 58%]

...ctAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendM...

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

353. laya.ui.Image_API3.0 [ 58%]

...e Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY color components cus...

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

354. laya.ani.bone.Skeleton_API3.0 [ 58%]

...te Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY aniMode animationName blendMode cacheAs components customRend...

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

355. Laya2.0版本linkSprite3DToAvatarNode无法正常使用了,因为新插件导出的动画没有avatar文件了,导致挂载不上 [ 58%]

...下断点调试进入查看。   var actor = Laya.Loader.getRes("res/LayaScene_Actor/Conventional/XiaoHongMao.lh") as Laya.Sprite3D; var weapon = Laya.Loader.getRes("res/LayaScene_Item/Conventional/Wchangzhang01.lh") as Laya.Sprite3D; var animCtl = actor.getComponent(Laya.Animator);  scene.addChil...

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

356. laya.utils.Tween.to的第一个参数可以是个label? [ 58%]

...间怎么获取发送时的参数 单个场景加载的时候,使用的Scene3D.load方法的第一个例子,地面部分是白色的 Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 个人第一个微信小游戏《滨海乐园》 laya2.0 做的第一个小游...

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

357. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 58%]

...script /* ……省略若干代码 */ //创建盒型MeshSprite3D let box = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(sX, sY, sZ))) as Laya.MeshSprite3D; //创建静态碰撞器 let staticCollider:Laya.PhysicsCollider = box.addComponent(Laya.PhysicsCollider); //设置为触发...

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

358. Laya.HTMLDivParser.innerHTML在微信开发者工具报错:需要引入xml解析库文件 [ 58%]

... 找不到类的定义!这是为什么? 已上传 Demo 附件 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 图集打包找不到图集文件 如何通过命令行工具构建和发布项目 配置layaAir需要注意的 微信小程序—...

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

359. Dialog 第一次打开总是出现在窗口右下角,这是为啥,再打开就正常剧中了? [ 58%]

...lass SettingDialog extends Laya.Dialog { constructor() { super(); this.loadScene('assets/scenes/dialogs/SettingDialog.scene'); } }{ "x":0, "type":"Dialog", "selectedBox":2, "selecteID":3, "searchKey":"Dialog", "props":{"width":1624,"sceneColor":"#000000","runtime":"script/view/dialogs/SettingDialog....

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

360. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 57%]

...ayaMonkey.lm", Laya.Handler.create(this, function(mesh) { var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMateri...

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