Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 LeapMotion SCREEN_TAP 手势点击 Starling 按钮。这个有可能?要单击 Starling 按钮并使用此手势查看常规推/收缩效果?
如果不是......实现这一目标的最佳方法是什么?
欢迎任何帮助!问候。
我假设你可以做到这一点(我从来没有做过,但我认为它应该可以):
var up:Texture = btn.upState; //save reference btn.upState = btn.downState;
btn.upState = up;