大约有 1,233 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0057 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(25) Laya2.0_示例(9) Laya_示例(7)
... = 0, freshSkin:Boolean = true):void 播放动画 Skeleton playbackRate(value:Number):void 设置动画播放速率 Skeleton pos(x:Number, y:Number, speedMode:Boolean = false):Sprite 设置坐标位置。相当于分别设置x和y属性。 因为返回值为Sprite对象本身,所以可以使...
来源: Laya2.0_api 发布时间: 20190513
... function get basePath():String public static function set basePath(value:String):voidcustomFormatproperty public static var customFormat:Function 自定义URL格式化的方式。例如: customFormat = function(url:String):String{} exportSceneToJsonproperty public static var exportSceneT...
来源: Laya2.0_api 发布时间: 20190513
...age that scales RGB components in the image by the alpha value. Preprocessing applies before any codec encoding swizzle, so color data must be in the RGB components in the source image. 2022-09-21 0 1 分享 微博 QZONE 微信 为什么被折叠...
来源: Laya_社区 发布时间: 20220824
...效果 Laya.timer.once(i * 100, this, function() { this.Progress.schedule.value = num; this.Progress.percentage.text = (num * 100).toFixed() + '%'; if (num >= 1) { this.run(); } }); }; p.run = function() { Laya.timer.once(300, this, function() {//给一个延迟 1000ms进度场景 alert('进度...
来源: Laya_社区 发布时间: 20170803
... public function get height():Number public function set height(value:Number):voidhScrollBarproperty hScrollBar:HScrollBar [read-only] 水平滚动条实体 Implementation public function get hScrollBar():HScrollBarhScrollBarSkinproperty hScrollBarSkin:String水平滚动条皮...
来源: Laya2.0_api 发布时间: 20190513
... 内容如下 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template comple...
来源: Laya_社区 发布时间: 20180728
... public function get height():Number public function set height(value:Number):voidhScrollBarproperty hScrollBar:HScrollBar [read-only] 水平滚动条实体 Implementation public function get hScrollBar():HScrollBarhScrollBarSkinproperty hScrollBarSkin:String水平滚动条皮...
来源: laya_api 发布时间: 20170929
...处理函数。 Implementation public static function set onclick(value:Function):voidrenderSlowproperty public static var renderSlow:Boolean = false 表示当前使用的是否为慢渲染模式。shaderCallproperty public static var shaderCall:int = 0 着色器请求次数。spriteCountp...
来源: laya_api 发布时间: 20170929
...游戏黑屏 W/Adreno-ES20: <core_glBufferSubData:1295>: GL_INVALID_VALUE 附件 : --> LayaNative_App_黑屏日志.docx 2018-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 邓群豪 赞同来自: <T...
来源: Laya_社区 发布时间: 20180820
... IFlash.setOrientationEx(1); //是否为横屏模式,默认横屏 @param value 0 竖屏 1 横屏 IFlash.setBgcolor("#ffffff"); //背景色 IFlash.showInfo(true); //是否显示帧率 loadAsset(); ...
来源: Laya_社区 发布时间: 20170317