The Move to Target operator allows you to move a particle to its target particle’s position or to a point on its shape mesh surface.
Unlike the Find Target operator, which moves particles over time by modifying their velocities, the Move to Target operator can be used to move particles instantaneously.
Target particle position: the target particle’s absolute location in space will be the target point.
Closest point on the target shape mesh: the closest point on the target particle’s shape mesh will become the target point.
If location is set to “closest point on the target shape mesh” and the target particle has no shape mesh, the location mode will revert to “target particle position”.
Target shape mesh vertex pos by index: the target point will be the vertex on the target particle’s shape mesh defined by the vertex index stored in the given custom data float channel.
Target shape mesh random vertex pos: the target point will be a random vertex location on the target particle’s shape mesh.
Value: the value used to linearly interpolate between a particle’s current location and the target location.
Offset: the normal-aligned offset to apply to the target location, prior to interpolation.