大约有 426 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0051 秒)
Laya_社区(86) Laya3.0_api(82) Laya2.0_api(75) laya_api(70) Laya_示例(57) Laya2.0_示例(42) Laya2.0_文档(12) Laya3.0_文档(2)
Laya.stage.on(Laya.Event.DISPLAY,this,this.ddddd); 无法监听到。 2017-02-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 我们测试是没有问题的,当显示对象显示到...
来源: Laya_社区 发布时间: 20170210
laya.display.Text对象的event事件监听无效? DEMO地址 http://jsbin.com/naxucicovo/edit?html,output 找到原因了 txt.text = '123'; //会调用EVENT.CHANGE事件 // txt.changeText('change text'); //不会调用event.change事件 事件绑定必须写成 txt.on(Laya.Event.CHANGE, th...
来源: Laya_社区 发布时间: 20170804
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Node" Node Class Node Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 类排列显示列表中的显示对象。Node 对象可...
来源: Laya3.0_api 发布时间: 20231115
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/BitmapFont" BitmapFont Class BitmapFont BitmapFont 是位图字体类,用于定义位图字体信息。 字体制作及使用方法,请参考文章 see http://ldc2.layabox.com/doc/?nav=ch-js-1-2-5 Hierarchy Resour...
来源: Laya3.0_api 发布时间: 20231115
...g WORLDINVERTFRONT Accessors active activeInHierarchy components destroyed displayedInStage hideFlags id is3D layer numChildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone...
来源: Laya3.0_api 发布时间: 20231115
...IDE让项目开发更高效。var leo; (function (leo) { var Sprite = laya.display.Sprite; var Animation = laya.display.Animation; var Text = laya.display.Text; var Stage = laya.display.Stage; var Browser = laya.utils.Browser; var Stat = laya.utils.Stat; var WebGL = laya.webgl.WebGL; var Event = lay...
来源: Laya_示例 发布时间: 20241123
...e activeInHierarchy boundsMax boundsMin boxProjection components destroyed displayedInStage hideFlags id importance intensity is3D layer numChildren parent probePosition reflectionTexture scene timer transform url Methods _getIndexInReflectionList _initialize _processActive _setIndexInReflectionList...
来源: Laya3.0_api 发布时间: 20231102
点击区域问题 var con1:laya.display.Sprite = new laya.display.Sprite; Laya.stage.addChild(con1); con1.x = con1.y = 100; var con:laya.display.Sprite = new laya.display.Sprite; con1.addChild(con); // con.scrollRect = new laya.maths.Rectangle(200,200,500,500); con.x = con.y = -200; var sp:laya.di...
来源: Laya_社区 发布时间: 20180106
...方法,通过预加载方式解决这个问题。 package { import flash.display.Loader; import flash.display.LoaderInfo; import flash.display.Sprite; import fash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.net.URLRequest; public class Main exte...
来源: Laya_社区 发布时间: 20151123
...DINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength ti...
来源: Laya3.0_api 发布时间: 20231115