![]() |
|
A notice indicating a prim was invalidated. More...
#include <sceneIndexObserver.h>
Public Member Functions | |
| DirtiedPrimEntry (const SdfPath &primPath, const HdDataSourceLocatorSet &dirtyLocators) | |
Public Attributes | |
| SdfPath | primPath |
| HdDataSourceLocatorSet | dirtyLocators |
A notice indicating a prim was invalidated.
dirtyLocators identifies a set of datasources for which data needs to be re-pulled. Locators are hierarchical: if primvars was invalidated, primvars/color was considered invalidated as well. This notice only affects the named prim; descendants of primPath are unaffected.
Definition at line 79 of file sceneIndexObserver.h.
|
inline |
Definition at line 85 of file sceneIndexObserver.h.
| HdDataSourceLocatorSet dirtyLocators |
Definition at line 82 of file sceneIndexObserver.h.
| SdfPath primPath |
Definition at line 81 of file sceneIndexObserver.h.