Class FilterMissingHierarchyNode
This node will traverse the usd stage and filter any PrimPath that is not present in the gameobjects input. These missing PrimPath will then be output, sorted with the provided filterTfType.
Inheritance
FilterMissingHierarchyNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("FilterMissingHierarchyNode", 1)]
public class FilterMissingHierarchyNode : Node<FilterMissingHierarchyNode.InputPort, FilterMissingHierarchyNode.OutputPort>, INode<FilterMissingHierarchyNode.InputPort, FilterMissingHierarchyNode.OutputPort>, INodeSerialization
Methods
Run()
See the documentation for <Node{TInput,TOutput}.Run> in the com.unity.importer package documentation for details
Declaration
public override void Run()
Overrides
UnityEngine.Importer.Node<Unity.Importer.USD.FilterMissingHierarchyNode.InputPort, Unity.Importer.USD.FilterMissingHierarchyNode.OutputPort>.Run()