大约有 26,264 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0271 秒)
Laya_社区(24784) Laya2.0_文档(735) Laya3.0_文档(233) Laya3.0_api(188) Laya2.0_api(120) laya_api(99) Laya_示例(58) Laya2.0_示例(47)
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...中无法从站立动画切换到跑的动画, 此类问题如何解决? 2018-01-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: https://ldc.layabox.com/doc/?nav=zh-as-4-1-0 切换动...
来源: Laya_社区 发布时间: 20180102
...erShape(): ColliderShape Defined in laya/d3/physics/shape/ColliderShape.ts:148 创建一个新的 ColliderShape 实例。 Returns ColliderShape Properties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIE...
来源: Laya3.0_api 发布时间: 20231115
...背景,全方向地图拖动Demo UI创建4个image var分别: map0,map1,map2,map3 背景图宽高 1800 class WorldPage extends ui.WorldPageUI{ constructor (x,y) { super() this.maxX = 149850 this.maxY = 97500 this.offsetX = x * 150 this.offsetY = y * 150 this.downMouseX = 0 this.downMouseY = 0 Lay...
来源: Laya_社区 发布时间: 20181220
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...行事件监听,没办法实现监听item中的button 附件 : --> 2017-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你可以针对item里面的组件单独设置事件,比如...
来源: Laya_社区 发布时间: 20171128
...es RenderTexture.constructor Defined in laya/resource/RenderTextureCube.ts:15 实例化一个RendertextureCube Parameters size: number 像素 colorFormat: RenderTargetFormat 颜色格式 depthFormat: RenderTargetFormat 深度格式 generateMipmap: boolean 是否生成mipmap multiSamples: number Retu...
来源: Laya3.0_api 发布时间: 20231115
...3D模型在正常网页上能监听到双击事件,但是用chrome通过F12切换成手机模式却监听不了是怎么回事?手机浏览器也监听不到鼠标的双击事件。。。 请问下,建立的3D模型在正常网页上能监听到双击事件,但是用chrome通过F12切换成...
来源: Laya_社区 发布时间: 20180803
...需要有xml 解析器 解决方案 下载xml解析库,引入方式: 1 window.Parser = require("./js/dom_parser"); 和此库相同的还有 xmldom库:https://github.com/jindw/xmldom 需要在相应的文件目录下面放置 需要配合的有 微信小游戏fnt 最后要远程加载laya官...
来源: Laya_社区 发布时间: 20180928