![]() |
BoomSchemaTokens provides static, efficient TfTokens for use in all public USD API. More...
Public Attributes | |
| const TfToken | audioAssetFirstIndex |
| "audioAssetFirstIndex" More... | |
| const TfToken | audioAssets |
| "audioAssets" More... | |
| const TfToken | enabled |
| "enabled" More... | |
| const TfToken | gain |
| "gain" More... | |
| const TfToken | influenceRange |
| "influenceRange" More... | |
| const TfToken | omniBoom |
| "omniBoom" More... | |
| const TfToken | omniProceduralAudio |
| "omniProceduralAudio" More... | |
| const TfToken | threshold |
| "threshold" More... | |
| const std::vector< TfToken > | allTokens |
| A vector of all of the tokens listed above. More... | |
BoomSchemaTokens 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.
BoomSchemaTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use BoomSchemaTokens like so:
| const std::vector<TfToken> allTokens |
| const TfToken audioAssetFirstIndex |
| const TfToken audioAssets |
| const TfToken enabled |
| const TfToken gain |
| const TfToken influenceRange |
| const TfToken omniBoom |
"omniBoom"
Property namespace prefix for the BoomSchemaOmniBoomAPI schema.
| const TfToken omniProceduralAudio |
"omniProceduralAudio"
Property namespace prefix for the BoomSchemaOmniProceduralAudioAPI schema.
| const TfToken threshold |