コード例 #1
0
 // ---------------------
 private bool RaycastControlFilter(TouchControl c)
 {
     return((c != null) && c.CanBeTouchedDirectly(null));
 }
コード例 #2
0
 // ---------------
 public bool DirectTouchControlFilter(TouchControl c)
 {
     return((c != null) && c.CanBeTouchedDirectly(this));
 }