#include <commandbase.h>
Implements the command interactivity. Optional.
Public Member Functions | |
MAXON_METHOD Result< COMMANDRESULT > | Interact (CommandDataRef &data, INTERACTIONTYPE interactionType) const |
Private Member Functions | |
MAXON_INTERFACE (CommandInteractionClassInterface, MAXON_REFERENCE_CONST, "net.maxon.command.interface.commandinteraction") | |
|
private |
MAXON_METHOD Result<COMMANDRESULT> Interact | ( | CommandDataRef & | data, |
INTERACTIONTYPE | interactionType | ||
) | const |
Executes the command interaction.
[in,out] | data | The command data. |
[in] | interactionType | The interaction type. |