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

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

1231. Button属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 60%]

...默认为未选中的false状态。一旦我们将selected属性设置为true。那按钮将会一直保持选中(持续按下)的状态,而不会再对其它状态产生变化(除非代码中进行状态改变)。 ### 2.4 是否切换按钮的显示状态(toggle)   toggle属性默...

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

1232. 打包安卓Android studio黑屏 [ 60%]

...D/OpenGLRenderer:   HWUI Binary is  enabled     disableOutlineDraw is true D/a: Mainactivity---------------------------------oncreate     Mainactivity---------------------------------initEngine D/: >>>>>>>>>>>>>>>>>>>>>>>&gt...

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

1233. Skeleton骨骼动画内存泄漏 [ 60%]

...his.te.buildArmature(0); this.sk.x = 400; this.sk.y = 700; this.sk.play(0, true); Laya.stage.addChild(this.sk); } Demo如下: 附件 : --> skTest.zip 2019-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 10 个回复 Le...

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

1234. 输入设备-指南针 [ 60%]

...; var compassImg; var degreesText; var directionIndicator; var firstTime = true; (function() { Laya.init(700, 1024, WebGL); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load(compassImgPath, Handler.create(this...

来源: Laya_示例 发布时间: 20241128

1235. laya.media.VideoTexture_API3.0 [ 60%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...

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

1236. Button属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 60%]

...默认为未选中的false状态。一旦我们将selected属性设置为true。那按钮将会一直保持选中(持续按下)的状态,而不会再对其它状态产生变化(除非代码中进行状态改变)。 ### 2.4 是否切换按钮的显示状态(toggle)   toggle属性默...

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

1237. laya.media.Sound_API3.0 [ 60%]

...ns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...

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

1238. 本地双击html如何打开laya项目? [ 60%]

...addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity( i); return true ; } return false ; }  安装完之后,我们只需要根据apk的包名去访问apk,代码如下: Intent intent = new Intent(Intent. ACTION_MAIN); intent.addCategory(Intent. CATEGORY_LAUNCHER); ComponentName cn = ne...

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

1239. laya.device.motion.Gyroscope_API3.0 [ 59%]

...ns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...

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

1240. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 59%]

...d { this.counter = new Clip(this.clipSkin, 10, 1); this.counter.autoPlay = true; this.counter.interval = 1000; this.counter.x = (Laya.stage.width - this.counter.width) / 2 - 35; this.counter.y = (Laya.stage.height - this.counter.height) / 2 - 40; Laya.stage.addChild(this.counter); } private showTota...

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