瀏覽代碼

Merge pull request #9767 from cordellbonnieux/patch-1

Update navigation_using_navigationagents.rst
Matthew 11 月之前
父節點
當前提交
e98b2c77c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/navigation/navigation_using_navigationagents.rst

+ 1 - 1
tutorials/navigation/navigation_using_navigationagents.rst

@@ -121,7 +121,7 @@ The following NavigationAgent properties are relevant for avoidance:
   - The property ``use_3d_avoidance`` switches the agent between the 2D avoidance (xz axis) and the 3D avoidance (xyz axis) on the next update.
     Note that 2D avoidance and 3D avoidance run in separate avoidance simulations so agents split between them do not affect each other.
   - The properties ``avoidance_layers`` and ``avoidance_mask`` are bitmasks similar to e.g. physics layers. Agents will only avoid other avoidance objects that are on an avoidance layer that matches at least one of their own avoidance mask bits.
-  - The ``avoidance_priority`` makes agents with a higher priority ignore agents with a lower priority. This can be used to give certain agents more importance in the avoidance simulation, e.g. important npcs characters, without constantly changing their entire avoidance layers or mask.
+  - The ``avoidance_priority`` makes agents with a higher priority ignore agents with a lower priority. This can be used to give certain agents more importance in the avoidance simulation, e.g. important non-playable characters, without constantly changing their entire avoidance layers or mask.
 
 
 Avoidance exists in its own space and has no information from navigation meshes or physics collision.