Public Function GetMaterialTextureCompressionType( _ ByVal materialIndex As Integer _ ) As TextureCompressionType
public TextureCompressionType GetMaterialTextureCompressionType( int materialIndex )
Parameters
- materialIndex
- The index of the material. Must be greater than or equal to zero and less than MaterialCount. Get the index for a patch by calling GetPatchMaterialIndex.
Return Value
The TextureCompressionType of the byte buffer that is returned from GetMaterialTexture.