C# 클래스 Gta5EyeTracking.GazeProjector

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

공개 메소드들

메소드 설명
FindGazeProjection ( System.Vector2 gazePoint, System.Vector2 joystickDelta, Vector3 &shootCoord, Vector3 &shootCoordSnap, Vector3 &shootMissileCoord, GTA.Ped &ped, System.Entity &missileTarget ) : void
GazeProjector ( Settings settings ) : System

비공개 메소드들

메소드 설명
ProcessMissileLock ( System.Entity target ) : void

메소드 상세

FindGazeProjection() 공개 메소드

public FindGazeProjection ( System.Vector2 gazePoint, System.Vector2 joystickDelta, Vector3 &shootCoord, Vector3 &shootCoordSnap, Vector3 &shootMissileCoord, GTA.Ped &ped, System.Entity &missileTarget ) : void
gazePoint System.Vector2
joystickDelta System.Vector2
shootCoord Vector3
shootCoordSnap Vector3
shootMissileCoord Vector3
ped GTA.Ped
missileTarget System.Entity
리턴 void

GazeProjector() 공개 메소드

public GazeProjector ( Settings settings ) : System
settings Settings
리턴 System