MCPcopy 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
299void ax::NavMeshAgent::setAutoOrientation(bool isAuto)
300{
301 _needAutoOrientation = isAuto;
302}
303
304void NavMeshAgent::resume()
305{

Callers 2

moveAgentsMethod · 0.80

Calls

no outgoing calls

Tested by 1

moveAgentsMethod · 0.64