Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads a single managed object from the current stream as an instance of the specified type. If a base class of the actual object type is specified only data from the base type will be read.
Overload List
Name | Description |
---|---|
ContentReader.ReadRawObject () | Reads a single managed object from the current stream as an instance of the specified type. If you specify a base class of the actual object type, this method reads data only from the base type. |
ContentReader.ReadRawObject (ContentTypeReader) | Reads a single managed object from the current stream as an instance of the specified type. If a base class of the actual object type is specified only data from the base type will be read. |
ContentReader.ReadRawObject (ContentTypeReader, T) | Reads a single managed object from the current stream as an instance of the specified type. If you specify a base class of the actual object type, this method reads data only from the base type. |
ContentReader.ReadRawObject (T) | Reads a single managed object from the current stream as an instance of the specified type. If you specify a base class of the actual object type, the method reads data only from the base type. |
See Also
Reference
ContentReader Class
ContentReader Members
Microsoft.Xna.Framework.Content Namespace