The particle operator moves your agent in space without applying any height field adaptation.Particleオペレータは、Heightフィールドの適応を使用せずにエージェントを空間内で移動させることが出来ます。
...
Ports
Attributes
Type
Description
pose
the input pose
the direction vector.
If true, the operator uses the direction metadata instead of the direction port value.
If true, the operator will only use the agent position.
アトリビュート |
---|
タイプ |
---|
説明 |
---|
inPose |
ポーズ |
入力ポーズ | |
direction | vector3 |
ディレクションベクトル | |
useDirectionMetadata | bool |
Trueの場合、オペレータはディレクションポート値の代わりにディレクションメタデータを使用します。 | |
usePositionOnly | bool |
Trueの場合、オペレータはエージェントのポジションのみを使用します。 |