大约有 76 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
... onEnable() { } onTriggerEnter(other: any, self: any, contact: any): void { //搜索黏贴在圆环上 } onUpdate(): void { } onDisable(): void { Laya.Pool.recover("friut",this.owner); } } 附件 : --> FruitMaster.zip 2022-04-13 添加评论 ...
来源: Laya_社区 发布时间: 20220413
截屏后用img标签显示,截取的区域颜色加深了 var htmlC =self.drawToCanvas(640,1008,0,0); var canvas = htmlC.getCanvas(); var base64Data = canvas.toDataURL("image/png"); document.getElementById('img').src=base64Data; 在微信打开,ios的表现和界面里面显示一致,但...
来源: Laya_社区 发布时间: 20180511
...rio=5 tid=2 Runnable | group="system" sCount=0 dsCount=0 obj=0x32c070a0 self=0xaebd7000 | sysTid=16095 nice=0 cgrp=default sched=0/0 handle=0xb420b930 | state=R schedstat=( 55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=100 | stack=0xb410f000-0xb4111000 stackSize=1014KB | held mutexes= "...
来源: Laya_社区 发布时间: 20190531
...iceIDInKeychain { [[conchRuntime GetIOSConchRuntime] callbackToJSWithClass:self.class methodName:@"getDeviceIDInKeychain:" ret:@"test"]; } 我能调用到IOS的方法getDeviceIDInKeychain ,但是JS没有收到OC的回调,按着官方文档试了很多次,请帮忙看下有哪里错了吗 20...
来源: Laya_社区 发布时间: 20181206
...} else { Laya.Browser.window.opener = null; Laya.Browser.window.open('', '_self', ''); Laya.Browser.window.close(); } } 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 这是浏览...
来源: Laya_社区 发布时间: 20180418
...ectC才能回调 [[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"operatorWith:and:" ret:[NSNumber numberWithInt:result]]; chen541788 • 2018-01-18 10:18 我是想问objectC怎样直接调用js, 而不是回调 qian • 2018-01-18 10:21 这个 你可以去看...
来源: Laya_社区 发布时间: 20180117
...ng *) url{ [[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"getVersion:" ret:@"me too"]; } 函数内这段代码执行后会报错,我就想返回一个字符串,这样写有啥问题呢? 2017-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20170427
...rio=5 tid=2 Runnable | group="system" sCount=0 dsCount=0 obj=0x32c070a0 self=0xaebd7000 | sysTid=16095 nice=0 cgrp=default sched=0/0 handle=0xb420b930 | state=R schedstat=( 55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=100 | stack=0xb410f000-0xb4111000 stackSize=1014KB | held mutexes= "...
来源: Laya_社区 发布时间: 20190612
...vate client: Paho.MQTT.Client; private message: Paho.MQTT.Message; private self = this; public constructor() { public connect(url, port, client): void { //初始化 this.client = new Paho.MQTT.Client(url, Number(port), client); // set callback handlers //连接消失 收到消息 this.client.onConne...
来源: Laya_社区 发布时间: 20180903
...*)view drawInRect:(CGRect)rect { //conchRuntime renderFrame [self.m_pConchRuntime renderFrame]; NSLog(@"----------------------%s----------------------", __FUNCTION__); } 下附重现Demo! https://github.com/al1020119/LayaNativeSwiftOC 不知道有没有传成功,看不到...
来源: Laya_社区 发布时间: 20190510