HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CustomUsdPhysicsTokens Struct Reference

#include <parseUtils.h>

Public Attributes

std::vector< TfTokenjointTokens
 Custom joints to be reported by parsing. More...
 
std::vector< TfTokenshapeTokens
 Custom shapes to be reported by parsing. More...
 
std::vector< TfTokeninstancerTokens
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: