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
f18bedb02d
Branches
Tags
No results found.
DotRecastNetSim
/
src
/
DotRecast.Recast
/
RcPartition.cs
9 lines
135 B
C#
Raw
Blame
History
namespace
DotRecast.Recast
{
public
enum
RcPartition
{
WATERSHED
=
0
,
MONOTONE
=
1
,
LAYERS
=
2
,
}
}
View Git Blame
Copy Permalink