Class FilterPrimsByKindNode.InputPort
Input ports of the FilterPrimsByKindNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class FilterPrimsByKindNode.InputPort : InputPorts
Fields
kind
Kind of prim to filter nodes from
Declaration
public TfToken kind
Field Value
Type | Description |
---|---|
TfToken |
primList
List of prims to filter from
Declaration
public List<UsdPrim> primList
Field Value
Type | Description |
---|---|
List<UsdPrim> |