#include <AssetEnumCallback.h>
Class Description
- See also:
- Class Animatable, Class NameTab
- Description:
- This class is the callback object passed to Interface::EnumAuxFiles()
and to Animatable::EnumAuxFiles().
A developer derives a class from this class and implements the
RecordAsset()
method to store each asset as it's passed to it. At the end of the
EnumAuxFiles() processing, the table of names may be used.
See Class NameTab for
help storing the names.
Constructor & Destructor Documentation
Member Function Documentation