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

大约有 333 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)

311. laya.media.SoundNode_API3.0 [ 33%]

...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

312. laya.ani.swf.MovieClip_API3.0 [ 33%]

... 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

313. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 32%]

...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

314. laya.spine.SpineSkeleton_API3.0 [ 32%]

...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

315. laya.ani.bone.Skeleton_API3.0 [ 31%]

...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

316. 动态图集 · LayaAir3.4 · 引擎文档 · LAYABOX [ 31%]

...到哪个大纹理。 //使用示例 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

317. laya.media.VideoNode_API3.0 [ 31%]

...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

318. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 31%]

...); 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

319. 关于截屏的问题 [ 29%]

...: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

320. 通用发布设置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 29%]

... useCompressedEngine3.2 压缩JS文件 minifyJS3.3 生成源代码映射 sourcemap3.4 包含源代码 sourcesContent4、资源选项4.1 启动场景 startupScene4.2 包含场景 includedScenes4.3 始终包含的资源目录 alwaysIncluded5、非托管资源5.1 拷贝BIN目录下文件 copyBinFiles5....

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