HDK
|
#include <tokens.h>
Public Member Functions | |
USDSEMANTICS_API | UsdSemanticsTokensType () |
Public Attributes | |
const TfToken | semanticsLabels |
"semantics:labels" More... | |
const TfToken | semanticsLabels_MultipleApplyTemplate_ |
"semantics:labels:__INSTANCE_NAME__" More... | |
const TfToken | SemanticsLabelsAPI |
"SemanticsLabelsAPI" More... | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. More... | |
UsdSemanticsTokens 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.
UsdSemanticsTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdSemanticsTokens like so:
USDSEMANTICS_API UsdSemanticsTokensType::UsdSemanticsTokensType | ( | ) |
const std::vector<TfToken> UsdSemanticsTokensType::allTokens |
const TfToken UsdSemanticsTokensType::semanticsLabels |
"semantics:labels"
Property namespace prefix for the UsdSemanticsLabelsAPI schema.
const TfToken UsdSemanticsTokensType::semanticsLabels_MultipleApplyTemplate_ |
const TfToken UsdSemanticsTokensType::SemanticsLabelsAPI |
"SemanticsLabelsAPI"
Schema identifer and family for UsdSemanticsLabelsAPI