|
HDK
|
#include <dataSourceMapped.h>
Inheritance diagram for UsdImagingDataSourceMapped::AttributeMapping:Public Attributes | |
| DataSourceAttributeFactoryFn | factory |
Public Attributes inherited from UsdImagingDataSourceMapped::PropertyMappingBase | |
| TfToken | usdName |
| HdDataSourceLocator | hdLocator |
Specify how an attribute on the given Usd prim maps to a data source in this (nested) container data source.
Definition at line 83 of file dataSourceMapped.h.
| DataSourceAttributeFactoryFn UsdImagingDataSourceMapped::AttributeMapping::factory |
Function to compute data source from UsdAttribute.
Defaults to the appropriate overload of UsdImagingDataSourceAttributeNew.
Clients can implement custom behavior. For example, following the connection of a UsdShadeOutput and return the path of the connected prim.
Definition at line 94 of file dataSourceMapped.h.