direction

@get:JvmName(name = "direction")
abstract val direction: Vec3d?

The direction the particle will travel.

If this value is null, it will be randomized.