Class ReadMeshNode.InputPort
Input ports of the ReadMeshNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ReadMeshNode.InputPort : InputPorts
Fields
PrimVarMapping
This structure defines the mappings between Primvar names in UsdGeomMesh and vertex channels in the resulting MeshDescriptions.
Declaration
public PrimvarToVertexAttributeMapping PrimVarMapping
Field Value
Type | Description |
---|---|
PrimvarToVertexAttributeMapping |
UsdMeshes
List of USD meshes to convert. This can include mesh prims that are USD references.
Declaration
public List<UsdPrim> UsdMeshes
Field Value
Type | Description |
---|---|
List<UsdPrim> |
UsdMetadata
USD stage metadata.
Declaration
public UsdStageMetadata UsdMetadata
Field Value
Type | Description |
---|---|
UsdStageMetadata |