Sandbox Logo

NavMeshAgent.UpdateRotation

bool UpdateRotation { get; set; }

Description

This will simply face the direction it is moving. It is not configurable on purpose, so you should really turn this off and be doing this yourself if you need it to do anything specific.

Return

User Comments