大约有 394 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0068 秒)
...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
...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
...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
...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
...下断点调试进入查看。 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
...间怎么获取发送时的参数 单个场景加载的时候,使用的Scene3D.load方法的第一个例子,地面部分是白色的 Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 个人第一个微信小游戏《滨海乐园》 laya2.0 做的第一个小游...
来源: Laya_社区 发布时间: 20180425
...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
... 找不到类的定义!这是为什么? 已上传 Demo 附件 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 图集打包找不到图集文件 如何通过命令行工具构建和发布项目 配置layaAir需要注意的 微信小程序—...
来源: Laya_社区 发布时间: 20220602
...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
...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