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

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

5781. Unity导出报错KeyNotFoundException: The given key was not present in the dictionary. [ 46%]

...nary. Unity版本5.6.1f1(64bit) LayaAirUnityPlugin 1.7.16beta Unity里创建的动画;AnimationType为Generic     KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].ge...

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

5782. 纹理集包含多个动作的时候按照技术文档写出来的不能正常播放呢? [ 46%]

...:String = "STAND"; private function loadActionsComplete():void {     //创建动画模板dizziness      //Animation.createFrames(aniUrls("zy/" + stand + "000", 5), stand + "000");//这么写也不对      Animation.createFrames(aniUrls(stand + "000", 5), stand + "000");     Laya.stage....

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

5783. 求助。。。。新版unity转换工具导出的animator还是左手坐标系,但是游戏中是右手坐标系 [ 46%]

...5 不是的,我是在一个sprite3d下面挂了一个相机,把animator创建在sprite3d下面 183*****755 • 2017-07-18 23:16 照相机这个特殊,你可以先这样操作,我们接下来就会支持unity中的照相机导出,并支持其Animator动画。现在你们仅作尝试吧。 d...

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

5784. 编辑器选择分离模式生成TS代码时能自动在createChildren里加上createView调用代码么? [ 46%]

...: 这里的代码是需要手写,我是想能不能生成的时候自动创建好,可以省略很多重复工作 2017-12-29 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 swrrfd 相关问题 两个对象new了一个相同的对象,...

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

5785. laya.d3.math.native.ConchVector4_API3.0 [ 46%]

...math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 类用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Methods clone cloneTo fromArray length lengthSquared Clamp a...

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

5786. 编译Typescript项目时卡死,通过node断点调试layaair-cmd,已定位是tsSort.js问题 [ 46%]

...(或者直接github地址:https://github.com/raofr/laya_compile_bug) 创建TypeScript空项目 修改src/LayaSample.ts import WebGL = Laya.WebGL; // 程序入口 class GameMain{ constructor() { Laya.init(600,400, WebGL); } static wallet:com.battlecry.idle_m.data_proto.WalletModel; } new GameM...

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

5787. 3D+2D场景截屏,在不同浏览器显示效果不一致 [ 46%]

...ns, true); spi.texture = spi1.texture = spi2.texture = this.tempTexture; //创建模糊滤镜实例 var blurFilter = new Laya.BlurFilter(); //设置模糊强度 blurFilter.strength = 10; spi.filters = spi1.filters = spi2.filters = [blurFilter]; this.owner.parent.addChild(spi); this.owner.parent.addC...

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

5788. 限制区域拖动效果,为什么会无法限制呢? [ 46%]

...果,为什么会无法限制呢? 代码如下。 UI是我从编辑器创建了一个sprite 里面套了一个图片!拖动一次后,直接跳出区域了。 /* * name; */  var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Rectangle = Laya.Rectangle; var Texture =...

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

5789. laya.d3.graphics.VertexPositionNormalTexture0Texture1Skin [ 46%]

...kin ObjectImplements IVertex VertexPositionNormalColorTextureSkin 类用于创建位置、法线、颜色、纹理、骨骼索引、骨骼权重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalTexture0Texture1Skin  blendWeight : Vector4[r...

来源: laya_api 发布时间: 20170929

5790. 关于zOrder层级问题 [ 46%]

...和UI点击穿透的问题 关于removechild、destory、clear的问题 IDE创建的UI 层级问题 关于Dialog遮罩层移除解决问题的说明 问题状态 最新活动: 2020-03-30 10:08 浏览: 3475 关注: 3 人 aa111 • 2020-03-26 19:08 demo已上传 aa111 • 2020-04-01 20:54 你还是给...

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