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

大约有 3,136 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0107 秒)

481. movieclip destroy 后重新加载失败 [ 78%]

...mb.swf true >>onLoadedHandler1: Handler {once: true, _id: 6, caller: LayaSample, args: undefined} >>bomb: MovieClips {frames: 0, callback: null, _isRemove: false, _group: null, _start: 384…} Texture {offsetX: 0, offsetY: 0, sourceWidth: 232, sourceHeight: 176, _w: 232…} =============...

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

482. laya.resource.Resource_API3.0 [ 78%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取类。 Hierarchy EventDispatcher Resource BaseTexture BaseShader Te...

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

483. IDE创建UI实例 _鼠标事件问题 [ 78%]

...被折叠 要回复问题请先登录 发起人 170*****650 相关问题 laya针对页游耗用内存大的问题是如何解决的? 请问有没有方法能够获取“鼠标是否处于按下状态”? Layaair IDE的帧属性面板不见了 分享:自定义事件派发与侦听(A页面派...

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

484. replaceSlotSkinName对于spine换肤不成功 [ 78%]

...图片全在atlas里// 程序入口 class GameMain{ private m_skeleton : Laya.Skeleton; private m_templet : Laya.Templet; constructor() { Laya.init(1334,750,Laya.WebGL); this.m_templet = new Laya.Templet(); this.m_templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.m_templet.on(Laya.Even...

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

485. laya.ui.ScrollBar_API3.0 [ 77%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ScrollBar" ScrollBar Class ScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容...

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

486. 如何操作剪贴板 document.execCommand('copy') 返回false [ 77%]

如何操作剪贴板 document.execCommand('copy') 返回false 在Laya中调用document.execCommand('copy'),IDE所带的模拟器返回true,并且复制成功;在浏览器中运行就返回false,复制失败。后来用原生的JavaScript(不用Laya)直接通过点击事件调用,也是...

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

487. laya.d3.core.Sprite3D_API3.0 [ 77%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Sprite3D" Sprite3D Class Sprite3D Sprite3D 类用于实现3D精灵。 Hierarchy Node Sprite3D RenderableSprite3D BaseCamera...

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

488. laya.d3.core.MeshTerrainSprite3D [ 77%]

...rames No Frames MeshTerrainSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainMeshSprite3D 类用于创建网格。 Public Properties Hide Inherite...

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

489. 单选框组件 · LayaAir3.0文档 · LAYABOX [ 77%]

单选框组件(Radio)一、通过LayaAir IDE创建Radio组件1.1 创建Radio1.2 Radio属性1.3 脚本控制Radio二、通过代码创建Radio组件单选框组件(Radio) Radio继承自Button,它的很多属性也继承自Button,所以前面Button中介绍过的这里就不再过多讲...

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

490. Cannot read property 'toDefault' of undefined报错是什么原因 [ 77%]

...roperty 'toDefault' of undefined报错是什么原因 主要代码如下:Laya.class(MousePickingScene, "MousePickingScene", Laya.Scene); function MousePickingScene() { MousePickingScene.super(this); this.camera = new Laya.Camera(0,0.1,100); this.addChild(this.camera); this.camera.clearFlag = Laya....

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