Tesla Graphics Engine Documentation (January 2012)
GetWorldCoordinates Method (screenPosition)
TeslaTesla.GraphicsCameraGetWorldCoordinates(Vector3)
Gets the world position based on the x,y screen coordinates.
Declaration Syntax
C#
public Vector3 GetWorldCoordinates(
	Vector3 screenPosition
)
Parameters
screenPosition (Vector3)
Screen position (x,y) and z being the depth (0 - near, 1 - far planes)
Return Value
Constructed world position

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)