![]() |
|
A bundle of state describing an argument to a command. More...
#include <command.h>
Public Member Functions | |
| HdCommandArgDescriptor (const TfToken &argName, const VtValue &defaultValue_) | |
Public Attributes | |
| const TfToken | argName |
| The name of the argument. | |
| const VtValue | defaultValue |
| Default value for this argument. | |
A bundle of state describing an argument to a command.
See HdCommandDescriptor for more information about commands.
|
inline |
| const VtValue defaultValue |