![]() |
|
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained. More...
#include <sceneIndexInputArgsSchema.h>
Public Member Functions | |
| HD_API Builder & | SetMotionBlurSupport (const HdBoolDataSourceHandle &motionBlurSupport) |
| HD_API Builder & | SetCameraMotionBlurSupport (const HdBoolDataSourceHandle &cameraMotionBlurSupport) |
| HD_API Builder & | SetLegacyRenderDelegateInfo (const HdRenderDelegateInfoDataSourceHandle &legacyRenderDelegateInfo) |
| HD_API HdContainerDataSourceHandle | Build () |
| Returns a container data source containing the members set thus far. | |
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained.
Because all setter methods return a reference to the instance, this can be used in the "builder pattern" form.
Definition at line 131 of file sceneIndexInputArgsSchema.h.
| HD_API HdContainerDataSourceHandle Build | ( | ) |
Returns a container data source containing the members set thus far.