コード例 #1
0
ファイル: IntBounds3.cs プロジェクト: Sorgas/Tearfall_unity
 public new bool isIn(IntVector3 vector) => isIn(vector.x, vector.y, vector.z);