大约有 893 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
Laya_社区(501) Laya_示例(133) Laya2.0_示例(98) Laya3.0_api(55) Laya2.0_文档(54) laya_api(27) Laya2.0_api(22) Laya3.0_文档(3)
...自: Main.ts: import observe from "@observe"; tsconfig: "@observe": ["utils/observe"], 2023-08-07 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 ystrdy 相关问题 如何设置Sprite的宽高和点击区...
来源: Laya_社区 发布时间: 20230807
...) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at com.intellij.util.indexing.counters.IndexCounters.<clinit>(IndexCounters.java:34) at com.intellij.util.indexing.impl.MapReduceIndex.<init>(MapReduceIndex.java:94) at com.intellij.util.indexing.impl.MapReduceIndex.<init>(...
来源: Laya_社区 发布时间: 20200526
...arkFor$(Thread.java:1220) 3 sun.misc.Unsafe.park(Unsafe.java:299) 4 java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) 5 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2013) 6 java.util.concurrent.LinkedBlockingQueue.tak...
来源: Laya_社区 发布时间: 20191227
...sses | Index | Frames No Frames StatProperties | Methods Packagelaya.utilsClasspublic class StatInheritanceStat Object Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是每大约1秒进行更新): FPS(Canvas)...
来源: laya_api 发布时间: 20170929
...ox.com ... Video 第一步: 把this.videoElement 的长宽度调整 Laya.Utils.fitDOMElementInArea(this.videoElement, this.reference, 0, 0, this.reference.width, this.reference.height) 第二: 加Event.RESIZE Laya.stage.on(Laya.Event.RESIZE, this, Laya.Utils.fitDOMElementInArea, [this.videoEleme...
来源: Laya_社区 发布时间: 20181020
...package game { import laya.events.Event; import laya.ui.Image; import laya.utils.Tween; /** *ImageRunTime逻辑类 * @author mengjia * */ public class ImageRunTime extends Image { //缩放时间100毫秒 public var scaleTime:int = 100; public function ImageRunTime() { //设置组件的中心点 this...
来源: Laya2.0_文档 发布时间: 20210714
...e("{" + index + "}", arguments[index]); } return str; }; var iframe = laya.utils.Browser.window.document.createElement('iframe'); iframe.setAttribute('src', "http://www.layabox.com/&quot;); iframe.setAttribute('frameborder', 0); var body = laya.utils.Browser.window.document.getElementsByTagName(...
来源: Laya_社区 发布时间: 20170415
...art: at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (WebViewChromium.java:42) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art: at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util....
来源: Laya_社区 发布时间: 20191016
...): FastSinglelist Inherited from SingletonList.constructor Defined in laya/utils/SingletonList.ts:9 创建一个新的 SingletonList 实例。 Returns FastSinglelist Methods destroy destroy(): void Inherited from SingletonList.destroy Defined in laya/utils/SingletonList.ts:76 Returns void indexof in...
来源: Laya3.0_api 发布时间: 20231115
...ses | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties PropertyDefined By currFrame : int = 0 ...
来源: laya_api 发布时间: 20170929