示例#1
0
文件: UIItem.cs 项目: tipfom/quasi_
 public bool Collides(Vector2 touchPosition)
 {
     return(Layout.IsInside(touchPosition));
 }