Class SceneImporter
Root entry point for importing an entire USD scene.
Inherited Members
Namespace: Unity.Formats.USD
Assembly: solution.dll
Syntax
public static class SceneImporter
Fields
| Name | Description |
|---|---|
| ActiveMeshImporter | The active mesh importer to be used when ImportUsd is called. |
Methods
| Name | Description |
|---|---|
| BuildScene(Scene, GameObject, SceneImportOptions, PrimMap, bool) | Rebuilds the USD scene as Unity GameObjects, maintaining a mapping from USD to Unity. |
| BuildScene(Scene, GameObject, SceneImportOptions, PrimMap, float, bool) | Rebuilds the USD scene as Unity GameObjects, with a limited budget per update. |
| ImportUsd(GameObject, Scene, PrimMap, bool, SceneImportOptions) | |
| ImportUsd(GameObject, Scene, PrimMap, SceneImportOptions) |