Loading...
Searching...
No Matches
HdCommandArgDescriptor Class Reference

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.
 

Detailed Description

A bundle of state describing an argument to a command.

See HdCommandDescriptor for more information about commands.

Definition at line 45 of file command.h.

Constructor & Destructor Documentation

◆ HdCommandArgDescriptor()

HdCommandArgDescriptor ( const TfToken argName,
const VtValue defaultValue_ 
)
inline

Definition at line 49 of file command.h.

Member Data Documentation

◆ argName

const TfToken argName

The name of the argument.

Definition at line 58 of file command.h.

◆ defaultValue

const VtValue defaultValue

Default value for this argument.

Definition at line 63 of file command.h.


The documentation for this class was generated from the following file: