Interface ISanitizable
This interface provides a Sanitization service for Samples that need to be sanitized to be consumed by Unity (i.e. meshes, xforms, cameras...)
Namespace: Unity.Formats.USD
Assembly: solution.dll
Syntax
public interface ISanitizable
Methods
| Name | Description |
|---|---|
| Sanitize(Scene, SceneImportOptions) | Sanitize the USD data held by this sample to your target specifications according to the import options. |