Note: This documentation is preliminary and is subject to change.
Projects a vector from screen space into object space.
Definition
Visual Basic .NET
Public Shared Function Unproject( _ ByVal v As Vector3, _ ByVal viewport As Object, _ ByVal projection As Matrix, _ ByVal view As Matrix, _ ByVal world As Matrix _ ) As Vector3