![]() |
|
UsdTokens provides static, efficient TfTokens for use in all public USD API. More...
Public Attributes | |
const TfToken | apiSchemas |
"apiSchemas" More... | |
const TfToken | clips |
"clips" More... | |
const TfToken | clipSets |
"clipSets" More... | |
const TfToken | collection |
"collection" More... | |
const TfToken | collection_MultipleApplyTemplate_Excludes |
"collection:__INSTANCE_NAME__:excludes" More... | |
const TfToken | collection_MultipleApplyTemplate_ExpansionRule |
"collection:__INSTANCE_NAME__:expansionRule" More... | |
const TfToken | collection_MultipleApplyTemplate_IncludeRoot |
"collection:__INSTANCE_NAME__:includeRoot" More... | |
const TfToken | collection_MultipleApplyTemplate_Includes |
"collection:__INSTANCE_NAME__:includes" More... | |
const TfToken | exclude |
"exclude" More... | |
const TfToken | expandPrims |
"expandPrims" More... | |
const TfToken | expandPrimsAndProperties |
"expandPrimsAndProperties" More... | |
const TfToken | explicitOnly |
"explicitOnly" More... | |
const TfToken | fallbackPrimTypes |
"fallbackPrimTypes" More... | |
const TfToken | APISchemaBase |
"APISchemaBase" More... | |
const TfToken | ClipsAPI |
"ClipsAPI" More... | |
const TfToken | CollectionAPI |
"CollectionAPI" More... | |
const TfToken | ModelAPI |
"ModelAPI" More... | |
const TfToken | Typed |
"Typed" More... | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. More... | |
UsdTokens 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.
UsdTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdTokens like so:
const std::vector<TfToken> allTokens |
const TfToken APISchemaBase |
"APISchemaBase"
Schema identifer and family for UsdAPISchemaBase
const TfToken apiSchemas |
const TfToken clips |
"clips"
Dictionary that contains the definition of the clip sets on this prim. See UsdClipsAPI::GetClips.
const TfToken ClipsAPI |
const TfToken clipSets |
"clipSets"
ListOp that may be used to affect how opinions from clip sets are applied during value resolution. See UsdClipsAPI::GetClipSets.
const TfToken collection |
"collection"
Property namespace prefix for the UsdCollectionAPI schema.
const TfToken collection_MultipleApplyTemplate_Excludes |
const TfToken collection_MultipleApplyTemplate_ExpansionRule |
"collection:__INSTANCE_NAME__:expansionRule"
const TfToken collection_MultipleApplyTemplate_IncludeRoot |
const TfToken collection_MultipleApplyTemplate_Includes |
const TfToken CollectionAPI |
"CollectionAPI"
Schema identifer and family for UsdCollectionAPI
const TfToken exclude |
"exclude"
This is the token used to exclude a path from a collection. Although it is not a possible value for the "expansionRule" attribute, it is used as the expansionRule for excluded paths in UsdCollectionAPI::MembershipQuery::IsPathIncluded.
const TfToken expandPrims |
"expandPrims"
Fallback value for UsdCollectionAPI::GetExpansionRuleAttr()
const TfToken expandPrimsAndProperties |
"expandPrimsAndProperties"
Possible value for UsdCollectionAPI::GetExpansionRuleAttr()
const TfToken explicitOnly |
"explicitOnly"
Possible value for UsdCollectionAPI::GetExpansionRuleAttr()
const TfToken fallbackPrimTypes |
const TfToken ModelAPI |
const TfToken Typed |