This website requires JavaScript.
Explore
Help
Sign In
bit
/
DotRecastNetSim
forked from
mirror/DotRecast
Watch
40
Star
0
Fork
You've already forked DotRecastNetSim
1
Code
Pull Requests
Releases
Activity
23405ea5a7
DotRecastNetSim
/
src
/
DotRecast.Detour
/
DtConvexConvexIntersection.cs
9 lines
135 B
C#
Raw
Blame
History
namespace
DotRecast.Detour
{
public
enum
DtConvexConvexIntersection
{
None
,
Single
,
Overlap
,
}
}
View Git Blame
Copy Permalink