コード例 #1
0
 private bool IsInSpotLightRange(Vector2 otherPos)
 {
     return(masterView.IsInSpotLightRange(otherPos));
 }