DX9ToolsR4 - Created by: X
MeshEx.GetMaterial Method
Gets a stored material from a specified index.
[Visual Basic]
Public Function GetMaterial( _
ByVal
Index
As
Integer
_
) As
MaterialTextureCombo
[C#]
public
MaterialTextureCombo
GetMaterial(
int
Index
);
Parameters
Index
The index of the material to retrieve.
Return Value
Gets a stored material from a specified index.
See Also
MeshEx Class
|
CBX.Libs.DX9ToolsR4 Namespace