言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

NavMeshAgent.Stop

Switch to Manual
public function Stop(stopUpdates: bool = false): void;

Parameters

stopUpdates If true, the GameObject is stopped immediately and not affected by the avoidance system. If false, the NavMeshAgent controls the deceleration.

Description

Stop movement of this agent along its current path.