大约有 333 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0090 秒)
Laya_社区(215) Laya3.0_api(37) laya_api(24) Laya2.0_api(20) Laya3.0_文档(17) Laya2.0_文档(16) Laya2.0_示例(2) Laya_示例(2)
...ivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLate...
来源: Laya3.0_api 发布时间: 20231115
... pivotX pivotY playing rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearT...
来源: Laya3.0_api 发布时间: 20231115
...r'); if (Hls.isSupported()) { var hls = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function () { video.play(); }); } plyr.setup(video); ``` 编译运行代码,发现网页已经可...
来源: Laya2.0_文档 发布时间: 20210714
...otY playState rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addAnimation addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent call...
来源: Laya3.0_api 发布时间: 20231115
...pivotY player rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer total transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater c...
来源: Laya3.0_api 发布时间: 20231115
...到哪个大纹理。 //使用示例 const texture = Laya.loader.getRes("resources/hero.png", Laya.Loader.IMAGE); const success = atlasManager.addTexture(texture, 0.5, 0); // 添加到指定图集,缩放为 0.5 通过 URL 添加纹理 //接口 addTextureByUrl(url: string, scale: number = 1.0, largeT...
来源: Laya3.0_文档 发布时间: 20260131
...State rotation scaleX scaleY scene scrollRect seekable seeking skewX skewY source stage staticCache texture timer transform url videoHeight videoTexture videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive _setX _setY addChild addChildAt addChildren addComponent add...
来源: Laya3.0_api 发布时间: 20231115
...); if(Hls.isSupported()){ var hls:any = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } plyr.setup(video); } } new LayaUISample; ``` 编译运行代码...
来源: Laya2.0_文档 发布时间: 20210715
...:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=40.97 rxSuccessRate=42.44 targetRoamBSSID=any RSSI=-63 06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: startDelayedScan send -> 868 milli 20000 06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: ...
来源: Laya_社区 发布时间: 20170609
... useCompressedEngine3.2 压缩JS文件 minifyJS3.3 生成源代码映射 sourcemap3.4 包含源代码 sourcesContent4、资源选项4.1 启动场景 startupScene4.2 包含场景 includedScenes4.3 始终包含的资源目录 alwaysIncluded5、非托管资源5.1 拷贝BIN目录下文件 copyBinFiles5....
来源: Laya3.0_文档 发布时间: 20251023