[This is preliminary documentation and is subject to change.]

Structure that holds index informations.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct IndexData
Public Structure IndexData
public value class IndexData

Members

         
 All Members  Fields   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Empty
Returns IndexData object with invalid lookup.
Extra
Some extra information dependend on mul format.
IsValid
Gets wheter this index is valid.
Lenght
Size of data.
Lookup
Position where to look in mul file for actual data.
Size
Unmanaged size of IndexData.

See Also