I'm looking to load a Curve file in XNA but not through the content manager process e.g. Load("").
Is there any way to do this?
For example:
Curve curve = new Curve("filename"); or Curve curve = Curve.FromFile("filename"); // similar to loading texture2d and song.