18 #include "maya/MPxCommand.h"
20 #include "AL/event/EventHandler.h"
21 #include "AL/maya/utils/Api.h"
22 #include "AL/maya/utils/MayaHelperMacros.h"
24 PXR_NAMESPACE_USING_DIRECTIVE
38 AL_MAYA_DECLARE_COMMAND();
40 MStatus doIt(
const MArgList& args)
override;
A command that allows you to register and unregister new Event types from script. ...
Definition: CreateUsdPrim.h:34