ParticleOperator¶
The particle operator moves your agent in space without applying any height field adaptation.
Inputs¶
| Name | Type | Default | Description |
|---|---|---|---|
| active | BooleanPort | True | Enables this operator. |
| direction | VectorPort | V3d(1, 0, 0) | The direction vector |
| useDirectionMetadata | BooleanPort | True | If true, the operator uses the direction metadata instead of the direction port value |
| usePositionOnly | BooleanPort | False | If true, the operator will only use the agent position |
| inPose | PosePort | The input pose |