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

Provides access to one type of Art data.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IArtData
Public Interface IArtData
public interface class IArtData

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Count
Gets count of items.
Get(Int32)
Gets texture of object at specified index.
Item[([(Int32])])
Gets or sets texture of object at specified index.
Set(Int32, Bitmap)
Sets texture of object at specified index.

See Also