Class FilterMissingHierarchyNode.OutputPort
Output ports of the FilterMissingHierarchyNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class FilterMissingHierarchyNode.OutputPort : OutputPorts
Fields
PrimOfNonTfType
Prims of a different TfType than filterTfType.
Declaration
public List<UsdPrim> PrimOfNonTfType
Field Value
Type | Description |
---|---|
List<UsdPrim> |
PrimOfTfType
Prims of the specified filterTfType.
Declaration
public List<UsdPrim> PrimOfTfType
Field Value
Type | Description |
---|---|
List<UsdPrim> |