1
This commit is contained in:
12
Src/Unity/Scripts/Physics/IClosePointProvider.cs
Normal file
12
Src/Unity/Scripts/Physics/IClosePointProvider.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit.Physics
|
||||
{
|
||||
public interface IClosePointProvider
|
||||
{
|
||||
bool TryGetValue(out Vector3 position, out Collider collider);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user