HDK
|
#include <instancerContext.h>
Public Attributes | |
SdfPath | instancerCachePath |
The cachePath of the instancer. More... | |
TfToken | childName |
The name of the child prim, typically used for prototypes. More... | |
SdfPath | instancerMaterialUsdPath |
TfToken | instanceDrawMode |
The draw mode bound to the instance prim being processed. More... | |
TfToken | instanceInheritablePurpose |
UsdImagingPrimAdapterSharedPtr | instancerAdapter |
Object used by instancer prim adapters to pass along context about the instancer and instance prim to prototype prim adapters.
Definition at line 27 of file instancerContext.h.
TfToken UsdImagingInstancerContext::childName |
The name of the child prim, typically used for prototypes.
Definition at line 34 of file instancerContext.h.
TfToken UsdImagingInstancerContext::instanceDrawMode |
The draw mode bound to the instance prim being processed.
Definition at line 41 of file instancerContext.h.
TfToken UsdImagingInstancerContext::instanceInheritablePurpose |
Definition at line 46 of file instancerContext.h.
UsdImagingPrimAdapterSharedPtr UsdImagingInstancerContext::instancerAdapter |
The instancer's prim Adapter. Useful when an adapter is needed, but the default adapter may be overridden for the sake of instancing.
Definition at line 50 of file instancerContext.h.
SdfPath UsdImagingInstancerContext::instancerCachePath |
The cachePath of the instancer.
Definition at line 31 of file instancerContext.h.
SdfPath UsdImagingInstancerContext::instancerMaterialUsdPath |
The USD path to the material bound to the instance prim being processed.
Definition at line 38 of file instancerContext.h.