コード例 #1
0
ファイル: LObjectCamera.cs プロジェクト: vb0067/LGame
 public bool Includes(float x, float y)
 {
     return(visibleRect.Includes(x, y));
 }