• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 37 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)

1. ts加密md5码封装 [ 100%]

...):Md5 { return this._inst ||(this._inst = new Md5()); } public get_md5(str:string):string { return this.md5(str); } split(target: string | any[], step: number, markString: boolean = typeof target === "string") { if (typeof target === "string") target = target.split(""); let result: any[] = target.ma...

来源: Laya_社区 发布时间: 20190321

2. 为什么字符串不能连接? [ 89%]

为什么字符串不能连接? private getRandomColor():String { let arr:Array<String>=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"]; let str:String="#"; for(let i:number=0;i<6;i++){ let index:number=arr.length*Math.random(); str+=arr[index];//在IDE里面这句报...

来源: Laya_社区 发布时间: 20171118

3. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 87%]

...ager.ts:21 XRReferenceSpace TODO Static EVENT_FRAME_LOOP EVENT_FRAME_LOOP: string = "xrFrameLoop" Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:11 Static EVENT_MANAGER_END EVENT_MANAGER_END: string = "xrManagerDestory" Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:10 Accessors currentF...

来源: Laya3.0_api 发布时间: 20231115

4. laya.utils.TimeLine [ 87%]

... Methods Show Inherited Public Methods MethodDefined By  addLabel(label:String, offset:Number):TimeLine 在时间队列中加入一个标签。 TimeLine  destroy():void 彻底销毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  from(target:*,...

来源: laya_api 发布时间: 20170929

5. laya.utils.TimeLine [ 86%]

... Methods Show Inherited Public Methods MethodDefined By  addLabel(label:String, offset:Number):TimeLine 在时间队列中加入一个标签。 TimeLine  destroy():void 彻底销毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  from(target:*,...

来源: Laya2.0_api 发布时间: 20190513

6. socket大型项目回调 [ 85%]

...a{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_WS_CLI...

来源: Laya_社区 发布时间: 20180119

7. 将字节数组转为图片 [ 82%]

...ar file:File = File.applicationDirectory;             var picPath:String = file.resolvePath("img.png").nativePath;//获取图片路径             //读取图片文件到字节数组             var readFile:File = new File(picPath);             var readByte:ByteA...

来源: Laya_社区 发布时间: 20170417

8. laya.ui.Clip [ 80%]

...itmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对...

来源: Laya2.0_api 发布时间: 20190513

9. 混合模式-Lighter [ 79%]

...aya.stage.graphics.drawRect( 0, 0, phoenixWidth, phoenixHeight, getHexColorString()); } function getHexColorString() { bgColorChannels.r = Math.floor(bgColorChannels.r); // 绿色通道使用0 bgColorChannels.g = 0; //obj.g = Math.floor(obj.g); bgColorChannels.b = Math.floor(bgColorChannels.b); var ...

来源: Laya_示例 发布时间: 20241117

10. fatal error: 'string' file not found [ 79%]

fatal error: 'string' file not found 导入头文件 #import <conchRuntime.h> 后编译会报错。望提供解决方案 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Menlo; color: #a31515; background-color: #ffffff} span.s1 {color: #0000ff} 附件 : --> 2019-07-25 添加评论 免费...

来源: Laya_社区 发布时间: 20190725