virtual ZRESULT getClassName(ZString& strClass)=0;
Description
Provides fully-qualified class name that implements current instance of
material. This class name is expected to be exported from some plugin,
so materials service can create an instance by this class name.
Parameters:
- strClass
- Fully-qualified class name.
See Also:
- Interface overview and methods
-
services::IMaterialsService::addMaterialClass method
-
services::IMaterialsService::addMaterialClass method
-
core::ICompatibilityInfo::getMaterialClassName method