![]() |
|
UsdSemanticsTokens provides static, efficient TfTokens for use in all public USD API. More...
#include <tokens.h>
Public Attributes | |
| const TfToken | semanticsLabels |
| "semantics:labels" | |
| const TfToken | semanticsLabels_MultipleApplyTemplate_ |
| "semantics:labels:__INSTANCE_NAME__" | |
| const TfToken | SemanticsLabelsAPI |
| "SemanticsLabelsAPI" | |
| const std::vector< TfToken > | allTokens |
| A vector of all of the tokens listed above. | |
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:
| const std::vector<TfToken> allTokens |
| const TfToken semanticsLabels |
"semantics:labels"
Property namespace prefix for the UsdSemanticsLabelsAPI schema.
| const TfToken semanticsLabels_MultipleApplyTemplate_ |
| const TfToken SemanticsLabelsAPI |
"SemanticsLabelsAPI"
Schema identifer and family for UsdSemanticsLabelsAPI