|
A notice indicating a prim of a given type was added to the scene. More...
#include <sceneIndexObserver.h>
Public Member Functions | |
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.
|
inline |
Definition at line 47 of file sceneIndexObserver.h.
SdfPath primPath |
Definition at line 43 of file sceneIndexObserver.h.
TfToken primType |
Definition at line 44 of file sceneIndexObserver.h.