Class FilterMissingHierarchyNode.InputPort
Input ports of the FilterMissingHierarchyNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class FilterMissingHierarchyNode.InputPort : InputPorts
Fields
filterTfType
Used as a filter for the missing prims.
Declaration
public TfType filterTfType
Field Value
Type | Description |
---|---|
TfType |
gameObjects
A PrimPath-GameObjects mapping to filter.
Declaration
public Dictionary<string, GameObject> gameObjects
Field Value
Type | Description |
---|---|
Dictionary<string, GameObject> |
stage
The current Usd Stage.
Declaration
public UsdStage stage
Field Value
Type | Description |
---|---|
UsdStage |