大约有 2,384 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0115 秒)
Laya_社区(1773) Laya3.0_api(144) Laya2.0_文档(127) Laya2.0_api(103) laya_api(77) Laya3.0_文档(70) Laya_示例(48) Laya2.0_示例(42)
API DocumentationAll Packages | All Classes | Index | Frames No Frames PerfHUDProperties | Methods | Events Packagelaya.utilsClasspublic class PerfHUDInheritancePerfHUD Sprite Node EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties Pr...
来源: Laya2.0_api 发布时间: 20190513
...e = null; } public function tweenGuide1(image:Image):void { image.x = 0; image.y = 0; image.scale(1,1); Tween.to(image,{scaleX:0.5,scaleY:0.5},600,null,new Handler(this,tweenGuide,[image]),500); } public function tweenGuide1(image:Image):void { Tween.to(image,{x:100,...
来源: Laya_社区 发布时间: 20161216
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/WXOpenDataViewer" WXOpenDataViewer Class WXOpenDataViewer 微信开放数据展示组件,直接实例本组件,即可根据组件...
来源: Laya3.0_api 发布时间: 20231102
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Stage" Stage Class Stage Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 L...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/media/VideoNode" VideoNode Class VideoNode VideoNode将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关...
来源: Laya3.0_api 发布时间: 20231115
...问如何在场景中调用它? firstDialog.scene的内容如下: { "x":0, "type":"Dialog", "selectedBox":1, "selecteID":3, "props":{"width":640,"sceneColor":"#000000","height":480}, "nodeParent":-1, "label":"Dialog", "isOpen":true, "isDirectory":true, "isAniNode":true, "hasChild":true, "compI...
来源: Laya_社区 发布时间: 20190109
API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用...
来源: laya_api 发布时间: 20170422
...我会做几个时间轴动画 比如有一个元素a,初始状态时 x 0 y 0 动画一: a 从[0,0] 移动到 [50,50] 动画二: a 从[50,50] 移动到 [30,30] 动画三: a 从[30,30] 移动到 [0,0] 那么问题来了 动画一做好之后 我做动画二的时候,...
来源: Laya_社区 发布时间: 20170615
...tage.bgColor = "#232628"; const monkey1Path = "https://layaair2.ldc2.layabox. ... 3B%3B Laya.loader.load(monkey1Path, Laya.Handler.create(this, function() { let monkey = Laya.loader.getRes(monkey1Path); let ape = new Laya.Sprite(); Laya.stage.addChild(ape); ape.graphics.drawTexture(monkey, 0, 0); va...
来源: Laya_社区 发布时间: 20190927
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya2.0_示例 发布时间: 20260303