大约有 2,627 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0090 秒)
Laya_社区(2117) Laya2.0_文档(119) Laya3.0_api(106) Laya_示例(84) Laya2.0_api(57) Laya2.0_示例(55) laya_api(53) Laya3.0_文档(36)
...帧严重 微信小游戏与加载图片时不会触发erroe事件 大量sprite如何优化性能 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 富文本下划...
来源: Laya_社区 发布时间: 20180620
...ackagelaya.uiClasspublic class ProgressBarInheritanceProgressBar Component Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1...
来源: laya_api 发布时间: 20170929
...ts Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当...
来源: laya_api 发布时间: 20170929
...小图资源package { import laya.display.Animation; import laya.display.Sprite; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(600, 800); //加载引擎需要的资源 Laya.loader.load([{url:"...
来源: Laya_社区 发布时间: 20160707
...dler.create(this,graphicsImg)); function graphicsImg(){ var img = new Laya.Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(this.monkey2),100,50); //添加到舞台 Laya.stage.addChild(img); }求教一下Promise方式来实现这段代码应该写,谢谢...
来源: Laya_社区 发布时间: 20170825
...阵和世界矩阵,直接获取矩阵的12,13,14号元素就是position Sprite3D.transform.localMatrix Sprite3D.transform.worldMatrix 2017-06-01 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 q755456 相关问题 看了其他引擎才...
来源: Laya_社区 发布时间: 20170601
...我用ts编写的相关内容,都要使用import和export吗? new Laya.Sprite();绘制图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 富文本下划线绘制bug HTMLDivElement 文本内容...
来源: Laya_社区 发布时间: 20180131
...不到 关于使用matterjs物理引擎鼠标问题 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 ui list 里面的元素不能点击两次 循环依赖不能运行 Circular dependency: btn 鼠标移动上去默认文本颜色是绿色,我想换...
来源: Laya_社区 发布时间: 20190305
...56 _graphics _graphics: AutoBitmap Inherited from Clip._graphics Overrides Sprite._graphics Defined in laya/ui/Clip.ts:151 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/...
来源: Laya3.0_api 发布时间: 20231115
...素不能点击两次 Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 如何设置Sprite的宽高和点击区域? 点击事件不起效 问题状态 最新活动: 2017-10-11 16:16 浏览: 1175 关注: 2 人 cyt0634 • 2017-10-11 16:23 如果不移...
来源: Laya_社区 发布时间: 20171011