大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0049 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...(); } return this.s_instance; } private init() { } private skins: Array<string>; private mapImg:Laya.Image; private constructor() { } public GetMap():Laya.Image { if(this.mapImg==null) { this.mapImg=new Laya.Image(); } return this.mapImg; } public LoadMapResource() { this.skins=[ "res/img/map/...
来源: Laya_社区 发布时间: 20171124
... 总之,为了兼顾JS,AS3基础语法可以用,基础类型Numer,String,Object可以用,Int估计也是用Number凑合着用,JS有的那就可以用,JS没有的就必须用Laya引擎提供的库的API才行是吗? 希望能得到解答,万分感谢!! 2017-05-10 添加评...
来源: Laya_社区 发布时间: 20170510
...e(g: Graphics, cfg: any) { } public static drawText(sp: Laya.Sprite, text: string) { sp.graphics.fillText(text, 0, -20, "20px Arial", "#000000", "center"); } Laya_Aaron • 2018-02-11 15:58 你是如何进行缩放的呢,我缩放了sp 边框也跟着变小 a174800442...
来源: Laya_社区 发布时间: 20180211
...Canvas(100,100,0,0); var canvas:Object = htmlC.getCanvas(); var base64Data:String = canvas.toDataURL();//获取图片的base64格式。拿到数据可以用post方法发送到服务端。或者用XMLHttpRequest的upload属性进行文件上传, chunjine • 2017-10-12 15:28 你截屏发送到服务...
来源: Laya_社区 发布时间: 20170424
...mport WebGL = Laya.WebGL; export class Interaction_Drag { private ApePath: string = "../laya/monkey2.png"; private ape: Sprite; private dragRegion: Rectangle; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = St...
来源: Laya_社区 发布时间: 20171106
...ct] has in SingletonList.";at requestAnimationFrame callback function String"
来源: Laya_社区 发布时间: 20190618
...Laya.Vector3; var scene = Laya.stage.addChild(new Laya.Scene()); //var env:String = 'inthegarden'; var env = 'sp_default'; //var env = 'AtticRoom'; //var env = 'overcloud'; var envinfo = '../../res/threeDimen/env/' + env + '/envinfo.json'; Laya.loader.load(envinfo, Laya.Handler.create(this, onEnvDes...
来源: Laya_示例 发布时间: 20241127
... } private getGets() { var tempUrl: String = Laya.Browser.window.location.href; var u = tempUrl.split("?"); var gets: Object = {}; if (u[1]) { u = u[1].split("&"); ...
来源: Laya_社区 发布时间: 20181213
...etX:number = Laya.stage.width - w >> 1; //显示的字符串 var demoString:string = "LayaBox"; var letterText:Laya.Text; //根据"LayaBox"字符串长度创建单个字符,并对每个单独字符使用缓动动画 for(var i:number = 0,len:number = demoString.length;i<len;++i){ //从"Lay...
来源: Laya3.0_文档 发布时间: 20241014
... } private getGets() { var tempUrl: String = Laya.Browser.window.location.href; var u = tempUrl.split("?"); var gets: Object = {}; if (u[1]) { u = u[1].split("&"); ...
来源: Laya_社区 发布时间: 20181202