PersonSight.GetRayPos2 C# (CSharp) Method

GetRayPos2() public method

public GetRayPos2 ( ) : Vector3
return Vector3
    public Vector3 GetRayPos2()
    {
        return rayPos2;
    }