C# 클래스 Ballz.CameraTrajectory

파일 보기 프로젝트 열기: SpagAachen/Ballz 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
GetCurrentPoint ( GameTime g ) : Vector3
IsValid ( ) : bool

메소드 상세

CameraTrajectory() 공개 메소드

public CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
startpoint Vector2
endpoint Vector2
startTime Microsoft.Xna.Framework.GameTime
리턴 System

GetCurrentPoint() 공개 메소드

public GetCurrentPoint ( GameTime g ) : Vector3
g Microsoft.Xna.Framework.GameTime
리턴 Vector3

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool