Class ComputeNormalsAndTangentsNode.OutputPort
Output ports of the ComputeNormalsAndTangentsNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ComputeNormalsAndTangentsNode.OutputPort : OutputPorts
Fields
pathToUnityMesh
A primPath-Mesh mapping containing the mesh of the usd file (same as the input).
Declaration
public Dictionary<string, Mesh> pathToUnityMesh
Field Value
Type | Description |
---|---|
Dictionary<string, Mesh> |