[This is preliminary documentation and is subject to change.]
Provides access to one type of Art data.
Namespace:
MulLibAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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.
|