ModelRegistration::GetResourceName
Defined in:
Returns the name of the model resource.
C4Models.h
Prototype
const char *GetResourceName(void) const;
Description
The GetResourceName
function returns the resource name corresponding to a model's data. The resource name is established when the model registration is constructed.
See Also