public static List<Vector3> FindPath( Vector3 to )
Public Shared Function FindPath ( _ to As Vector3 _ ) As List(Of Vector3)
public: static List<Vector3^>^ FindPath( Vector3^ to )