![]() |
|
A bundle of state describing a "command". More...
#include <command.h>
Public Member Functions | |
| HdCommandDescriptor (const TfToken &name_, const std::string &description_="", const HdCommandArgDescriptors &args_=HdCommandArgDescriptors()) | |
Public Attributes | |
| const TfToken | commandName |
| A token representing a command that can be invoked. | |
| const std::string | commandDescription |
| A description of the command suitable for display in a UI for example. | |
| const HdCommandArgDescriptors | commandArgs |
| List of arguments this command supports, may be empty. | |
A bundle of state describing a "command".
A command is simply a token that can be invoked and delivered to the render delegate.
|
inlineexplicit |
| const HdCommandArgDescriptors commandArgs |
| const std::string commandDescription |
| const TfToken commandName |