HDK
|
#include <dependentNamespaceEditUtils.h>
Public Attributes | |
SdfLayerHandle | layer |
Layer containing the prim spec to edit. More... | |
SdfPath | path |
Path of the prim spec to edit. More... | |
TfToken | fieldName |
Name of the composition field. More... | |
VtValue | newFieldValue |
New value of the composition field to set. More... | |
Description of an edit to a prim spec composition field, such as references, inherits, or relocates.
Definition at line 36 of file dependentNamespaceEditUtils.h.
TfToken PcpDependentNamespaceEdits::CompositionFieldEdit::fieldName |
Name of the composition field.
Definition at line 44 of file dependentNamespaceEditUtils.h.
SdfLayerHandle PcpDependentNamespaceEdits::CompositionFieldEdit::layer |
Layer containing the prim spec to edit.
Definition at line 38 of file dependentNamespaceEditUtils.h.
VtValue PcpDependentNamespaceEdits::CompositionFieldEdit::newFieldValue |
New value of the composition field to set.
Definition at line 47 of file dependentNamespaceEditUtils.h.
SdfPath PcpDependentNamespaceEdits::CompositionFieldEdit::path |
Path of the prim spec to edit.
Definition at line 41 of file dependentNamespaceEditUtils.h.