大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0045 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...create(this ,this.onClose, ["123"],false); } private function onClose(name:String):void{ if(name == Dialog.SURE){ var di:NormalDlg = new NormalDlg(); di.popupContent("注册成功!"); } } 跟录像学习的时候,输入上面的方法 , onClose里返回的name总是undefined ,应该返回 “s...
来源: Laya_社区 发布时间: 20170324
...; import WebGL = Laya.WebGL; export class Filters_Color { private ApePath: string = "res/apes/monkey2.png"; private apeTexture: Texture; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya...
来源: Laya2.0_示例 发布时间: 20241127
...题 let div:Laya.HTMLDivElement = new Laya.HTMLDivElement(); let htmlStr:string = ""; htmlStr += "<span style='font-weight:bold;font:24px Arial' color='#fafbf9'>累计进行关卡</span>"; htmlStr += "<span style='font-weight:bold;font:48px Arial;valign:top' color='#84ED4A'>3<...
来源: Laya_社区 发布时间: 20180718
...splay/cmd/DrawCurvesCmd.ts:19 开始绘制的 Y 轴位置。 Static ID ID: string = "DrawCurves" Defined in laya/display/cmd/DrawCurvesCmd.ts:10 Methods getBoundPoints getBoundPoints(sp?: { height?: number; width: number }): number[] Defined in laya/display/cmd/DrawCurvesCmd.ts:64 Parameters Optiona...
来源: Laya3.0_api 发布时间: 20231115
...盒有黑块. 在web和微信模拟器上都是正常的 var sceneUrl:string = "scene1/Conventional/scene_battle.ls"; var completeFunc = (scene)=>{ var sc = Laya.loader.getRes(sceneUrl); Laya.stage.addChild(sc); ...
来源: Laya_社区 发布时间: 20191012
... 举个粒子 class Parent extends Laya.Script{ /** @prop {name:name, type:string}*/ public name; } class Child extends Parent{} 在编辑器中给对象挂child脚本,并没有显示父类的name对象。 2018-12-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20181213
...博 QZONE 微信 アキラ。 赞同来自: 小丶kiss public close(type?:string, showEffect?:boolean):void{ if(type === "side"){ return; } super.close(type, showEffect) } 刚下载了楼上的zip。方法生效了。表示感谢。 把代码贴出来。免得别人再去下载了。 2018-11-29 1 ...
来源: Laya_社区 发布时间: 20180911
...例子: let color='#FFFFFF' 原生: color.substr(0,0) -> ''; String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF' 2017-04-10 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 这个方法我们是通过laya.js.exe解决的,你看不到源代码,你可...
来源: Laya_社区 发布时间: 20170410
...5-22 21:30 message: 'Property 'CLICK' does not exist on type '{ new (type: string, eventInitDict?: EventInit): Event; prototype: Event; readonly AT_TARGET: num...'.' at: '20,39' source: 'ts' 不import , 直接用 Event.CLICK 也会报错
来源: Laya_社区 发布时间: 20180522
...: 请问一下,代码里面的地图数据是怎么得到的? var mapStr:String ="8,0,1,0,0,35,15,35,91,2287,0,1,1,12,0,1,1,21,0,2,1,4,0,3,1,4,0,2,1,19,0,19,1,17,0,22,1,12,0,23,1,12,0,23,1,10,0,25,1,10,0,25,1,9,0,26,1,10,0,25,1,10,0,15,1,1,0,7,1,12,0,15,1,2,0,5,1,13,0,10,1,1,0,4,1,5,0,1,1,14,0,9,1...
来源: Laya_社区 发布时间: 20161101