![]() |
|
Base class to specify how a property on the given Usd prim maps to a data source in this (nested) container data source. More...
#include <dataSourceMapped.h>
Inheritance diagram for UsdImagingDataSourceMapped::PropertyMappingBase:Public Attributes | |
| TfToken | usdName |
| Name of attribute on Usd Prim. | |
| HdDataSourceLocator | hdLocator |
| Corresponding location in this data source. | |
Base class to specify how a property on the given Usd prim maps to a data source in this (nested) container data source.
Definition at line 51 of file dataSourceMapped.h.
| HdDataSourceLocator hdLocator |
Corresponding location in this data source.
Has to be non-empty. If length is greater than one, nested container data sources will be created.
Definition at line 62 of file dataSourceMapped.h.
| TfToken usdName |
Name of attribute on Usd Prim.
Definition at line 55 of file dataSourceMapped.h.