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