HDK
|
#include <sceneIndexObserver.h>
Public Member Functions | |
RenamedPrimEntry ()=default | |
RenamedPrimEntry (const SdfPath &oldPrimPath, const SdfPath &newPrimPath) | |
Public Attributes | |
SdfPath | oldPrimPath |
SdfPath | newPrimPath |
A notice indicating a prim (and its descendents) was renamed or reparented.
Definition at line 99 of file sceneIndexObserver.h.
|
default |
|
inline |
Definition at line 105 of file sceneIndexObserver.h.
SdfPath HdSceneIndexObserver::RenamedPrimEntry::newPrimPath |
Definition at line 102 of file sceneIndexObserver.h.
SdfPath HdSceneIndexObserver::RenamedPrimEntry::oldPrimPath |
Definition at line 101 of file sceneIndexObserver.h.