大约有 555 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0050 秒)
Laya_社区(156) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(22) Laya3.0_文档(17) Laya2.0_示例(3) Laya_示例(3)
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 View cacheAs : String 指定显示对象是否...
来源: Laya2.0_api 发布时间: 20190513
... Texture, x?: number, y?: number, width?: number, height?: number, color?: string): DrawImageCmd | null Defined in laya/display/Graphics.ts:225 绘制单独图片 Parameters texture: Texture 纹理。 Default value x: number = 0 (可选)X轴偏移量。 Default value y: number = 0 (可选)Y...
来源: Laya3.0_api 发布时间: 20231115
...er extends laya.display.GraphicAnimation { protected _getTextureByUrl(url: string): string; static parseAnimationData(aniData: any): any; } } 2020-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被...
来源: Laya_社区 发布时间: 20200707
...dation/Foundation.h> @interface JSProxy : NSObject +(void)playVideo: (NSString*) url; // 只支持对象类型String类型用NSString @end ---JSProxy.mm #import "JSProxy.h" #import "ViewController.h" #import <conchRuntime.h> @implementation JSProxy +(void)playVideo: (NSString*) url { ...
来源: Laya_社区 发布时间: 20170919
...aseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String):GlitterMaterial[static] 加载闪光材质。 GlitterMaterial onAsynLoaded(url:String, data:*, params:Array):void[override] private BaseMaterial setShaderName(name:String):void[override] 设置使用Shader名字...
来源: laya_api 发布时间: 20170929
图片跨域显示 as3 var url:String = "http://??????"; headI = new Image(url); addChild(headI); 图片跨域不显示(非微信头像),如何解决? 2017-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20170926
...eton private _handler: Laya.Handler; constructor(url: string, handler: Laya.Handler, aniMode: number = 0) { this._handler = handler; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this...
来源: Laya_社区 发布时间: 20200618
...才会触发回调,源码如下 public static function downFiles(fileUrl:String, encoding:String = "ascii", callBack:Handler = null, readyUrl:String = "",isSaveFile:Boolean = false,fileType:String = "",isAutoClear:Boolean =true):void { var downloadTask:* = wxdown({url: fileUrl, success: function(d...
来源: Laya_社区 发布时间: 20180924
...url * length 动画最后一帧的索引值, */ private aniUrls(aniName: string, length: number): any { var urls: any = []; for (var i: number = 1; i < length; i++) { //动画资源路径要和动画图集打包前的资源命名对应起来 urls.push("imgs/role/wp116/" + aniName + i + ".png");...
来源: Laya_社区 发布时间: 20171228
... Texture, x?: number, y?: number, width?: number, height?: number, color?: string): DrawImageCmd | null Inherited from Graphics.drawImage Defined in laya/display/Graphics.ts:225 绘制单独图片 Parameters texture: Texture 纹理。 Default value x: number = 0 (可选)X轴偏移量。 Default ...
来源: Laya3.0_api 发布时间: 20231115