This document is archived and information here might be outdated. Recommended version. |
Get Is Material textured.
[Visual Basic .NET]
Public Function get_IsMaterialTextured ( _
ByVal Index As Integer _
) As Boolean
[C#]
public bool get_IsMaterialTextured (
int Index
);
[C++]
HRESULT get_IsMaterialTextured(
long Index,
Boolean* pIsTextured
);
[C++] Parameters Index [in]
Index is a parameter of type long pIsTextured [out, retval]
pIsTextured is a parameter of type bool*
Returns whether the Geometry Material located at the specified index has a texture image associated with it.