コード例 #1
0
 /// <summary>
 /// gets all the Colliders managed by the SpatialHash
 /// </summary>
 /// <returns>The all colliders.</returns>
 public static IEnumerable <Collider> GetAllColliders()
 {
     return(_spatialHash.GetAllObjects());
 }