.. ParticleOperator: **************** ParticleOperator **************** The particle operator moves your agent in space without applying any height field adaptation. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - 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 .. _outputs: Outputs ============= .. list-table:: Outputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - outPose - PosePort - - The output pose