ContentReader.ReadObject Method
Reads a single managed object from the current stream. Can be called recursively.
Overload List
Name | Description |
---|---|
ContentReader.ReadObject () | Reads a single managed object from the current stream. Can be called recursively. |
ContentReader.ReadObject (ContentTypeReader) | Reads a single managed object from the current stream. Can be called recursively. |
ContentReader.ReadObject (ContentTypeReader, T) | Reads a single managed object from the current stream. Can be called recursively. |
ContentReader.ReadObject (T) | Reads a single managed object from the current stream. Can be called recursively. |
See Also
Reference
ContentReader Class
ContentReader Members
Microsoft.Xna.Framework.Content Namespace