比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

The agents avoidance module makes sure your agents directions do not cross each other.Agent avoidanceモジュールは、エージェントの指示が互いに交差しないようにします。


...

Attributes

Attributes

アトリビュート

Type

タイプ

Overridable

上書き可能

Description

説明

distance

double

no

The threshold distance. All agents within this distance range will be evaluated.

しきい値の距離。この距離間のすべてのエージェントが評価されます。

maxTurnAngle

double

no

The max turn angle.

最大回転角度

steeringForce

double

no

The force used for steering the agent direction.

エージェントの方向を操作するために使用される力

boundingBoxMultiplier

double

no

Bounding box multiplier. Bounding box sizes are used for predicting future collisions.

バウンディングボックスの乗数。バウンディングボックスのサイズは、後々の衝突を予測するために使用されます

weight

double

yes

weight

質量

agentGroups

stringArray

文字列配列

no

array of agent group names. The agent groups will be considered during the evaluation.

エージェントグループ名の配列。エージェントグループは評価中に考慮されます。

debug

bool

no

enables module debug drawing.

モジュールデバッグの描画を有効にします。