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

Sets texture of object at specified index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Set(
	int index,
	Bitmap bitmap
)
Sub Set ( _
	index As Integer, _
	bitmap As Bitmap _
)
void Set(
	int index, 
	Bitmap^ bitmap
)

Parameters

index
Int32
Object ID.
bitmap
Bitmap
New texture or null to delete.

See Also