HDK
|
#include <sceneIndexObserver.h>
Public Member Functions | |
AddedPrimEntry ()=default | |
AddedPrimEntry (const SdfPath &primPath, const TfToken &primType) | |
Public Attributes | |
SdfPath | primPath |
TfToken | primType |
A notice indicating a prim of a given type was added to the scene. Note that primPath
might already exist in the scene, in which case this acts as a resync or change-of-primtype notice.
Definition at line 41 of file sceneIndexObserver.h.
|
default |
|
inline |
Definition at line 47 of file sceneIndexObserver.h.
SdfPath HdSceneIndexObserver::AddedPrimEntry::primPath |
Definition at line 43 of file sceneIndexObserver.h.
TfToken HdSceneIndexObserver::AddedPrimEntry::primType |
Definition at line 44 of file sceneIndexObserver.h.