v2.32
 
IMaterialManager Interface Reference

Allows the user to obtain detailed information about materials. This interface can be obtained from IProject interface. More...

Inheritance diagram for IMaterialManager:

Public Member Functions

HRESULT GetMaterial ([in] int materialId, [out, retval] IMaterial **ppMaterial)
 Gets the material by its MaterialId.
 

Detailed Description

Allows the user to obtain detailed information about materials. This interface can be obtained from IProject interface.

See also
IMaterial

Member Function Documentation

◆ GetMaterial()

HRESULT GetMaterial ( [in] int materialId,
[out, retval] IMaterial ** ppMaterial )

Gets the material by its MaterialId.

Returns
A requested material.