文件名称:
实现H5中区域判断King.ShapeTouch.zip
开发工具:
文件大小: 15kb
下载次数: 0
上传时间: 2019-07-19
详细说明: ShapeTouchShapeTouch 该Javascript库用于实现H5中不规则图形按钮可点击区域的判断,特别用于H5游戏中的某些场景。API 调用接口king.shape.touch(src,x,y,callback) king.shape.touchPoint(src,point,callback)point对象示例:The point object like this:{x:9,y:25}Return 返回值Object {touch: true, alpha: 255} Or Object {touch: false, alpha: 0}touch为true时,该点非透明,点击生效,alpha值大于0,touch为false时,该点透明,alph a为0.(开发者也可以根据alpha的值自行判断点击是否生效)The touch is true, the point is not transparent, the alpha value is greater than 0.Use 使用Html:添加引用后直接使用[removed][removed] [removed] (function() { king.shape.touch(images/logo.png,20,40,function(result){ console.log(result); }); }); [removed]Cocos creator:将文件放入assets即可,不需requirethis.node.on(touchend, function (event) { var touchPoint = event.getLocation(); var node = event.currentTarget; var nodePoint = node.convertToNodeSpace(touchPoint); var nodeSrc = node.getComponent(cc.Sprite).spriteFrame.getTexture().url; king.shape.touchPoint(nodeSrc,nodePoint,function(result){ console.log(result); }); }, this);
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
相关搜索: