InputAnimationSerializationUtils.ReadHeader 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.
Write a header for the input animation file format into the stream.
public:
 static void ReadHeader(System::IO::BinaryReader ^ reader, [Runtime::InteropServices::Out] int % fileVersionMajor, [Runtime::InteropServices::Out] int % fileVersionMinor);public static void ReadHeader(System.IO.BinaryReader reader, out int fileVersionMajor, out int fileVersionMinor);static member ReadHeader : System.IO.BinaryReader * int * int -> unitPublic Shared Sub ReadHeader (reader As BinaryReader, ByRef fileVersionMajor As Integer, ByRef fileVersionMinor As Integer)Parameters
- reader
- BinaryReader
- fileVersionMajor
- Int32
- fileVersionMinor
- Int32