Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
template<class T>
void rcSwap
(
T & a,
T & b
)
Remarks
Swaps the values of the two parameters.
Parameters
| Name | Description |
|---|---|
| a | Value A |
| b | Value B |