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

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

571. laya.utils.PerfHUD [ 79%]

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

572. Uncaught TypeError: Cannot read property '_tf' of null [ 79%]

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

573. laya.ui.WXOpenDataViewer_API3.0 [ 79%]

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

574. laya.display.Stage_API3.0 [ 79%]

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

575. laya.media.VideoNode_API3.0 [ 79%]

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

576. 在2.0里如何调用在编辑模式下创建的对话框 [ 79%]

...问如何在场景中调用它?  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

577. laya.d3.core.scene.BaseScene [ 79%]

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

578. 问个关于die的问题 [ 79%]

...我会做几个时间轴动画   比如有一个元素a,初始状态时 x 0  y 0    动画一: a 从[0,0]  移动到 [50,50]   动画二: a 从[50,50] 移动到 [30,30]   动画三: a 从[30,30] 移动到 [0,0]   那么问题来了   动画一做好之后 我做动画二的时候,...

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

579. timeline播放完成Bug [ 79%]

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

580. 计时器-延迟执行 [ 79%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya2.0_示例 发布时间: 20260303