usdrt::UsdUITokensType

Defined in usdrt/scenegraph/usd/usdUI/tokens.h

Functions

Variables

class UsdUITokensType

Provides standard set of public tokens for UsdUI schema. Access via the RtTokens helper accessor.

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.

UsdUITokens also contains all of the allowedTokens values declared for schema builtin attributes of ‘token’ scene description type. Use UsdUITokens like so:

prim.GetAttribute(RtTokens->worldPosition);

Public Functions

inline UsdUITokensType()

Public Members

const TfToken closed

“closed”

Possible value for UsdUINodeGraphNodeAPI::GetUiNodegraphNodeExpansionStateAttr()

const TfToken minimized

“minimized”

Possible value for UsdUINodeGraphNodeAPI::GetUiNodegraphNodeExpansionStateAttr()

const TfToken open

“open”

Possible value for UsdUINodeGraphNodeAPI::GetUiNodegraphNodeExpansionStateAttr()

const TfToken uiDescription

“ui:description”

UsdUIBackdrop

const TfToken uiDisplayGroup

“ui:displayGroup”

UsdUISceneGraphPrimAPI

const TfToken uiDisplayName

“ui:displayName”

UsdUISceneGraphPrimAPI

const TfToken uiNodegraphNodeDisplayColor

“ui:nodegraph:node:displayColor”

UsdUINodeGraphNodeAPI

const TfToken uiNodegraphNodeExpansionState

“ui:nodegraph:node:expansionState”

UsdUINodeGraphNodeAPI

const TfToken uiNodegraphNodeIcon

“ui:nodegraph:node:icon”

UsdUINodeGraphNodeAPI

const TfToken uiNodegraphNodePos

“ui:nodegraph:node:pos”

UsdUINodeGraphNodeAPI

const TfToken uiNodegraphNodeSize

“ui:nodegraph:node:size”

UsdUINodeGraphNodeAPI

const TfToken uiNodegraphNodeStackingOrder

“ui:nodegraph:node:stackingOrder”

UsdUINodeGraphNodeAPI

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.