![]() |
|
UsdMtlxTokens provides static, efficient TfTokens for use in all public USD API. More...
#include <tokens.h>
Public Attributes | |
| const TfToken | configMtlxVersion |
| "config:mtlx:version" | |
| const TfToken | DefaultOutputName |
| "out" | |
| const TfToken | MaterialXConfigAPI |
| "MaterialXConfigAPI" | |
| const std::vector< TfToken > | allTokens |
| A vector of all of the tokens listed above. | |
UsdMtlxTokens provides static, efficient TfTokens for use in all public USD API.
These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.
UsdMtlxTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdMtlxTokens like so:
| const std::vector<TfToken> allTokens |
| const TfToken configMtlxVersion |
| const TfToken DefaultOutputName |
| const TfToken MaterialXConfigAPI |
"MaterialXConfigAPI"
Schema identifer and family for UsdMtlxMaterialXConfigAPI