|
| static List< T > | Collect< T > (EndianBinaryReader stream, LoadTypeFromStream< T > function, int count) |
| |
| static List< T > | ReadSection< T > (EndianBinaryReader stream, long chunkStart, int chunkSize, int[] offsets, int offset, LoadTypeFromStream< T > function, int itemSize) |
| |
| static T | ReadEntry< T > (EndianBinaryReader stream, LoadTypeFromStream< T > readFunction, long chunkStart, int[] offsets, int offset, int entryNumber, int itemSize) |
| |
| static WLinearColor | ReadColor32 (EndianBinaryReader stream) |
| |
| static WLinearColor | ReadColorShort (EndianBinaryReader stream) |
| |
| static GXCullMode | ReadCullMode (EndianBinaryReader stream) |
| |
| static IndirectTexture | ReadIndirectTexture (EndianBinaryReader stream) |
| |
| static NBTScale | ReadNBTScale (EndianBinaryReader stream) |
| |
| static ZMode | ReadZMode (EndianBinaryReader stream) |
| |
| static AlphaTest | ReadAlphaCompare (EndianBinaryReader stream) |
| |
| static BlendMode | ReadBlendMode (EndianBinaryReader stream) |
| |
| static ColorChannelControl | ReadChannelControl (EndianBinaryReader stream) |
| |
| static TexCoordGen | ReadTexCoordGen (EndianBinaryReader stream) |
| |
| static TexMatrix | ReadTexMatrix (EndianBinaryReader stream) |
| |
| static TevIn | ReadTevIn (EndianBinaryReader stream) |
| |
| static TevOp | ReadTevOp (EndianBinaryReader stream) |
| |
| static TevOrder | ReadTevOrder (EndianBinaryReader stream) |
| |
| static TevStage | ReadTevCombinerStage (EndianBinaryReader stream) |
| |
| static TevSwapMode | ReadTevSwapMode (EndianBinaryReader stream) |
| |
| static TevSwapModeTable | ReadTevSwapModeTable (EndianBinaryReader stream) |
| |
| static FogInfo | ReadFogInfo (EndianBinaryReader stream) |
| |
| static int | ReadInt32 (EndianBinaryReader stream) |
| |
| static byte | ReadByte (EndianBinaryReader stream) |
| |
| static short | ReadShort (EndianBinaryReader stream) |
| |
| static bool | ReadBool (EndianBinaryReader stream) |
| |
| static int | GetOffsetLength (int[] dataOffsets, int currentIndex, int endChunkOffset) |
| |