We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
情况: 新建两个Bitmap,且称为 A 和 B,两个都指定了 width 和 height,A 同时指定了 x 和 y,而 B 不指定 x 和 y,直接使用 align 属性来对齐容器。 遇到问题: 进行A和B的碰撞检测时,会基于B默认的x和y(均为0)作为实际位置来判断,而不是按照其对齐后出现的位置来判断。 而按照使用时的直觉,自动对齐后B的x和y属性应该自动修改为当前实际所在的位置。
如果是我打开方式错误,请开发大佬点一下; 如果这是设定的话我就得需要手动计算这些可视对象的位置然后指明x和y属性了。
The text was updated successfully, but these errors were encountered:
fix: view.getBounds bug, when view has align property, see #108
0f5b1ec
1.1.5 修复了这个bug
Sorry, something went wrong.
No branches or pull requests
情况: 新建两个Bitmap,且称为 A 和 B,两个都指定了 width 和 height,A 同时指定了 x 和 y,而 B 不指定 x 和 y,直接使用 align 属性来对齐容器。
遇到问题: 进行A和B的碰撞检测时,会基于B默认的x和y(均为0)作为实际位置来判断,而不是按照其对齐后出现的位置来判断。
而按照使用时的直觉,自动对齐后B的x和y属性应该自动修改为当前实际所在的位置。
如果是我打开方式错误,请开发大佬点一下;
如果这是设定的话我就得需要手动计算这些可视对象的位置然后指明x和y属性了。
The text was updated successfully, but these errors were encountered: