Class DuplicateVerticesRemovalNode
This node removes duplicate vertices from input meshes and output meshes containing unique vertices
Inheritance
DuplicateVerticesRemovalNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("DuplicateVerticesRemovalNode", 2)]
public class DuplicateVerticesRemovalNode : Node<DuplicateVerticesRemovalNode.InputPort, DuplicateVerticesRemovalNode.OutputPort>, INode<DuplicateVerticesRemovalNode.InputPort, DuplicateVerticesRemovalNode.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.DuplicateVerticesRemovalNode.InputPort, Unity.Importer.USD.DuplicateVerticesRemovalNode.OutputPort>.Run()