Class MeshImportStrategy
This class is responsible for importing mesh samples into Unity. By swapping out the MeshImportFunctions, the import behavior can be customized.
Implements
Inherited Members
Namespace: Unity.Formats.USD
Assembly: solution.dll
Syntax
public class MeshImportStrategy : IImporter
Constructors
Name | Description |
---|---|
MeshImportStrategy(MeshImportFunction<SanitizedMeshSample>, MeshImportFunction<SanitizedMeshSample>) |
Methods
Name | Description |
---|---|
BeginReading(Scene, PrimMap, SceneImportOptions) | |
Import(Scene, PrimMap, SceneImportOptions) |