PredictProjectilePathPointData
Last updated
PredictProjectilePathPointData is a data type that holds the data for each path point in projectile path prediction.
Vector3
The world-space position of this path point.
number
The time (in seconds) it takes to reach this path point from launch.
Vector3
The velocity vector of the projectile at this path point.
Last updated