C# Class Gta5EyeTracking.GazeProjector

Exibir arquivo Open project: alex8b/gta5eyetracking Class Usage Examples

Public Methods

Method Description
FindGazeProjection ( System.Vector2 gazePoint, System.Vector2 joystickDelta, Vector3 &shootCoord, Vector3 &shootCoordSnap, Vector3 &shootMissileCoord, GTA.Ped &ped, System.Entity &missileTarget ) : void
GazeProjector ( Settings settings ) : System

Private Methods

Method Description
ProcessMissileLock ( System.Entity target ) : void

Method Details

FindGazeProjection() public method

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
return void

GazeProjector() public method

public GazeProjector ( Settings settings ) : System
settings Settings
return System