Méthode | Description | |
---|---|---|
PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void | ||
PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2 |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void | ||
start | Vector3 | |
startVelocity | Vector3 | |
timestep | float | |
maxTime | float | |
Résultat | void |
public PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2 | ||
start | Vector2 | |
startVelocity | Vector2 | |
time | float | |
Résultat | Vector2 |