TokenPrimvarData#
Fully qualified name: usdex::core::TokenPrimvarData
-
using usdex::core::TokenPrimvarData = PrimvarData<pxr::TfToken>#
An alias for
PrimvarDatathat holdsVtTokenArrayvalues (e.g more efficient human readable descriptors).This is a more efficient format than raw strings if you have many repeated values across different prims.
Note
TfTokenlifetime lasts the entire process. Too many tokens in memory may consume resources somewhat unexpectedly.