Class ReadMeshMaterialDescriptionNode.InputPort
Input ports of the ReadMeshMaterialDescriptionNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ReadMeshMaterialDescriptionNode.InputPort : InputPorts
Fields
prims
List of USD meshes to convert. This can include mesh prims that are USD references.
Declaration
public List<UsdPrim> prims
Field Value
Type | Description |
---|---|
List<UsdPrim> |
stage
The current Usd Stage.
Declaration
public UsdStage stage
Field Value
Type | Description |
---|---|
UsdStage |