Class PrimsRegexFilterNode.OutputPort
Output ports of the PrimsRegexFilterNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class PrimsRegexFilterNode.OutputPort : OutputPorts
Fields
matchingPrims
The prims that matched the regex.
Declaration
public List<UsdPrim> matchingPrims
Field Value
Type | Description |
---|---|
List<UsdPrim> |
nonMatchingPrims
The prims that did not match the regex.
Declaration
public List<UsdPrim> nonMatchingPrims
Field Value
Type | Description |
---|---|
List<UsdPrim> |