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

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

971. [LayaAir3]图片设置尺寸和项目尺寸设置一致,但是显示会有灰色区域 [ 77%]

...设置一致,但是显示会有灰色区域   附件 : --> 2024-01-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Fred 赞同来自: 您好,这个应该是屏幕适配的内容导致的,您可以看...

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

972. laya.d3.core.render.BaseRender_API3.0 [ 77%]

... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEdit...

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

973. laya.d3.core.light.LightSprite_API3.0 [ 77%]

...de: T): T Inherited from Node.addChild Defined in laya/display/Node.ts:227 添加子节点。 Type parameters T: Node Parameters node: T 节点对象 Returns T 返回添加的节点 addChildAt addChildAt(node: Node, index: number): Node Inherited from Node.addChildAt Defined in laya/display/Node.ts:...

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

974. laya.ui.FontClip [ 77%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

来源: Laya2.0_api 发布时间: 20190513

975. laya.ui.TextArea [ 77%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

来源: Laya2.0_api 发布时间: 20190513

976. 发布微信小游戏,报错Cannot read property 'events' of undefined [ 77%]

...。 想问下为什么会出现这种情况、? 附件 : --> 2018-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 hw520ok 赞同来自: 找到问题了·自定义的组件会报错 2018-10-17 0 1 分享 微...

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

977. laya3D动画无法播放 [ 77%]

...项目经验的麻烦帮忙解答一下 附件 : --> zhuozi.zip 2018-06-26 添加评论 已悬赏4元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 渔歌 、白夜行 这个项目是看不到unity 动画fbx文...

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

978. laya.ui.Label [ 77%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

来源: Laya2.0_api 发布时间: 20190513

979. 物理碰撞器(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 76%]

...码创建物理碰撞器 在这里我们简单的介绍下,使用代码添加物理碰撞器。下面的代码简单的创建了一个平面。如图1所示。 ```typescript //平面 var plane = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(10, 10, 10, 10))) as Laya.MeshSprit...

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

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

...码创建物理碰撞器 在这里我们简单的介绍下,使用代码添加物理碰撞器。下面的代码简单的创建了一个平面。如图1所示。 ```typescript //平面 var plane:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createPlane(10, 10, 10, 10))) as MeshSprite3...

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