Loading...
Searching...
No Matches
HdSceneIndexObserver::AddedPrimEntry Struct Reference

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
 

Detailed Description

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 58 of file sceneIndexObserver.h.

Constructor & Destructor Documentation

◆ AddedPrimEntry() [1/2]

AddedPrimEntry ( )
inline

Definition at line 63 of file sceneIndexObserver.h.

◆ AddedPrimEntry() [2/2]

AddedPrimEntry ( const SdfPath primPath,
const TfToken primType 
)
inline

Definition at line 64 of file sceneIndexObserver.h.

Member Data Documentation

◆ primPath

SdfPath primPath

Definition at line 60 of file sceneIndexObserver.h.

◆ primType

TfToken primType

Definition at line 61 of file sceneIndexObserver.h.


The documentation for this struct was generated from the following file: