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

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

2071. 对AS3的NetConnection.connect(p:string);方法的支持貌似有BUG [ 52%]

...nection.connect(p:string);方法的支持貌似有BUG 如图,貌似传入NULL的情况下会报错 附件 : --> 2016-07-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 infocat 赞同来自: 我不是职业程...

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

2072. 物理碰撞器(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 52%]

...erial(); Texture2D.load("res/threeDimen/Physics/grass.png", Handler.create(null, function(tex:Texture2D):void { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 planeMat.tilingOffset = new Vector4(10, 10, 0, 0); //设置材质 plane.meshRenderer.material = planeMat; //平面添加物...

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

2073. laya.d3.component.animator.AnimatorStateCondition_API3.0 [ 52%]

...dition.ts:52 状态机过渡条件 Parameters Default value name: string = null Returns AnimatorStateCondition Accessors id get id(): number Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Defined in lay...

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

2074. ios13下3d渲染碰到深度问题 [ 52%]

...质,使用的是不透明的渲染方式,摄像机的渲染纹理也是null,目前没办法判断问题,您把这个场景精简下弄个可复现的示例给我们看下吧,现在不好调试查看。 2022-03-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...

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

2075. 使用LayaNative打包后调用socket.close(),有问题。。。。 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 微信小程序canvas如何使用layaAir引擎 问题状态 最新活动: 2020-05-23 17:05 浏览: 1656 关注: 4 人 zhongguo168a • 2017-09-21 16:55 刚尝试了一下,获得焦点的时候,关闭so...

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

2076. Laya.BlinnPhongMaterial.RENDERMODE_TRANSPARENT设置透明度不行了? [ 52%]

...();         Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) {             material.albedoTexture = tex;         }));         material.albedoColor = new Laya.Vector4(1.0, 1.0, 1.0, 0.5);         material.renderMode = Laya.BlinnPhon...

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

2077. 鼠标点击穿透问题 [ 52%]

...注: 2 人 cuixueying • 2016-01-07 16:04 private function init(e:Event=null):void { var sp1:Sprite=new Sprite(); sp1.graphics.beginFill(0xFF00FF); sp1.graphics.drawRect(100,100,200,200); sp1.graphics.endFill(); addChild(sp1); sp1.addEventListener(MouseEvent.CLICK,onSp1); var sp2:Sprite=new Sprite(...

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

2078. [LayaAir3]发布时如果resources下还包含有Resources文件夹 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 关于发布oppo、vivo快游戏,无法生成Rpk问题 问题状态 最新活动: 2024-10-31 16:23 浏览: 6022 关注: 3 人

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

2079. 预制体 · LayaAir3.4 · 引擎文档 · LAYABOX [ 52%]

...上的相对布局无法设置为空(IDE不勾选或强制代码设置为null都是不允许的,也无用),会以预制体内的相对布局为准。 但是,如果场景里修改了相对布局的值,会以场景上的设置为准。例如,预制体的top设置为了10,场景在使...

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

2080. 小游戏导入手机后Sprite.Mask没有正常显示 [ 52%]

...ask) //sp.removeChild(cMask) sp.pos(7,14) console.log(cMask.x, cMask.y) }, null, "image"))   一个圆形的遮罩显示微信头像.. 2018-07-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同...

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