| HDK
    | 
#include <parseUtils.h>
| Public Attributes | |
| std::vector< TfToken > | jointTokens | 
| Custom joints to be reported by parsing.  More... | |
| std::vector< TfToken > | shapeTokens | 
| Custom shapes to be reported by parsing.  More... | |
| std::vector< TfToken > | instancerTokens | 
Token lists for custom physics objects that allow for custom physics objects to be reported by parsing.
Definition at line 50 of file parseUtils.h.
| std::vector<TfToken> CustomUsdPhysicsTokens::instancerTokens | 
Custom physics instancers, these make sure that the subhierarchy is skipped and expected to be parsed individually
Definition at line 58 of file parseUtils.h.
| std::vector<TfToken> CustomUsdPhysicsTokens::jointTokens | 
Custom joints to be reported by parsing.
Definition at line 53 of file parseUtils.h.
| std::vector<TfToken> CustomUsdPhysicsTokens::shapeTokens | 
Custom shapes to be reported by parsing.
Definition at line 55 of file parseUtils.h.