DX9ToolsR4 - Created by: X

MeshEx.SetMaterial Method (Int32, MaterialTextureCombo)

Sets a stored material in a specified index.

[Visual Basic]
Overloads Public Sub SetMaterial( _
   ByVal Index As Integer, _
   ByVal Mat As MaterialTextureCombo _
)
[C#]
public void SetMaterial(
   int Index,
   MaterialTextureCombo Mat
);

Parameters

Index
The index of the material to retrieve.
Mat
The material to be stored.

See Also

MeshEx Class | CBX.Libs.DX9ToolsR4 Namespace | MeshEx.SetMaterial Overload List