PredictProjectilePathPointData

Overview

PredictProjectilePathPointData is a data type that holds the data for each path point in projectile path prediction.

Constructors

Properties

Location

Vector3

The world-space position of this path point.

Code Samples

Time

number

The time (in seconds) it takes to reach this path point from launch.

Code Samples

Velocity

Vector3

The velocity vector of the projectile at this path point.

Code Samples

Methods

Events

Last updated