RoomFileSerializer.Deserialize(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes a list of Mesh objects from the provided byte array.
public:
static System::Collections::Generic::IList<UnityEngine::Mesh ^> ^ Deserialize(System::IO::BinaryReader ^ reader);
public static System.Collections.Generic.IList<UnityEngine.Mesh> Deserialize (System.IO.BinaryReader reader);
static member Deserialize : System.IO.BinaryReader -> System.Collections.Generic.IList<UnityEngine.Mesh>
Public Shared Function Deserialize (reader As BinaryReader) As IList(Of Mesh)
Parameters
- reader
- BinaryReader
The reader from which to deserialize the meshes.
Returns
- IList<UnityEngine.Mesh>
Collection of Mesh objects.