Class WriteMeshNode
This node will use the provided MeshDescriptions and convert them to Unity meshes.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("WriteMeshNode", 3)]
public class WriteMeshNode : Node<WriteMeshNode.InputPort, WriteMeshNode.OutputPort>, INode<WriteMeshNode.InputPort, WriteMeshNode.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.WriteMeshNode.InputPort, Unity.Importer.USD.WriteMeshNode.OutputPort>.Run()