gpt4 book ai didi

easeljs - 使用EaselJS在透明矩形上单击事件

转载 作者:行者123 更新时间:2023-12-04 13:33:00 25 4
gpt4 key购买 nike

是否可以使透明rect可点击?
我不想填充它,所以看起来像

     shape.graphics.setStrokeStyle(2).beginStroke("#000").rect(0, 0, 100, 100)

最佳答案

这是我的代码:

var shape = new createjs.Shape();    
shape.graphics.setStrokeStyle(2).beginStroke("#000").rect(0, 0, 100, 100);
var hit = new createjs.Shape();
hit.graphics.beginFill("#000").rect(0, 0, 100, 100);
shape.hitArea = hit;

关于easeljs - 使用EaselJS在透明矩形上单击事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16830054/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com