C# 클래스 PredictionLines, EarthDefence

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameMakersUnion/EarthDefence

공개 메소드들

메소드 설명
PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void
PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2

비공개 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

PlotTrajectory() 공개 메소드

public PlotTrajectory ( Vector3 start, Vector3 startVelocity, float timestep, float maxTime ) : void
start Vector3
startVelocity Vector3
timestep float
maxTime float
리턴 void

PlotTrajectoryAtTime() 공개 메소드

public PlotTrajectoryAtTime ( Vector2 start, Vector2 startVelocity, float time ) : Vector2
start Vector2
startVelocity Vector2
time float
리턴 Vector2