Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setAutoOrientation
Method
setAutoOrientation
core/navmesh/NavMeshAgent.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void ax::NavMeshAgent::setAutoOrientation(bool isAuto)
300
{
301
_needAutoOrientation = isAuto;
302
}
303
304
void NavMeshAgent::resume()
305
{
Callers
2
moveAgents
Method · 0.80
lua_ax_navmesh_NavMeshAgent_setAutoOrientation
Function · 0.80
Calls
no outgoing calls
Tested by
1
moveAgents
Method · 0.64