C# Class PredictionLines, EarthDefence

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/EarthDefence

Méthodes publiques

Méthode Description
PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void
PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

PlotTrajectory() public méthode

public PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void
start Vector3
startVelocity Vector3
timestep float
maxTime float
Résultat void

PlotTrajectoryAtTime() public méthode

public PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2
start Vector2
startVelocity Vector2
time float
Résultat Vector2