Class PrimsRegexFilterNode.InputPort
Input ports of the PrimsRegexFilterNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class PrimsRegexFilterNode.InputPort : InputPorts
Fields
prims
Usd prims to parse.
Declaration
public List<UsdPrim> prims
Field Value
Type | Description |
---|---|
List<UsdPrim> |
regex
The regex to use for the parsing.
Declaration
public string regex
Field Value
Type | Description |
---|---|
string |