This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 41 of file sceneIndexObserver.h.

Constructor & Destructor Documentation

◆ AddedPrimEntry()

AddedPrimEntry ( const SdfPath primPath,
const TfToken primType 
)
inline

Definition at line 47 of file sceneIndexObserver.h.

Member Data Documentation

◆ primPath

SdfPath primPath

Definition at line 43 of file sceneIndexObserver.h.

◆ primType

TfToken primType

Definition at line 44 of file sceneIndexObserver.h.


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