Class IOInterface
Inherited Members
Namespace: UnityEngine.Pixyz.IO
Assembly: Unity.Pixyz.SDKPlus.Runtime.dll
Syntax
public class IOInterface : Interface
Methods
| Name | Description |
|---|---|
| ConfigureFunctionLogger(string, bool, bool, bool) | |
| Debug(CloudFile) | for debugging purpose only |
| ExportScene(string, uint) | Export a file |
| ExportSceneToDTPlatform(uint, string) | Export current scene to a local directory |
| ExportSceneToReflect(uint, string, string, bool, string, bool) | Export current scene to a reflect project |
| ExportSelection(string, bool) | Export the selection to a file |
| GetExportFormats() | Give all the format name and their extensions that can be exported in Pixyz |
| GetImportFormats() | Give all the format name and their extensions that can be imported in Pixyz |
| GetLastError() | |
| ImportDebugTessellation(string) | for debugging purpose only |
| ImportFiles(FilesList, uint) | Import files |
| ImportPicture(string, uint) | Imports a picture and applies is at as a texture on a 3D plane created in the scene. |
| ImportScene(string, uint) | Import a file |
| ImportSceneFromDTPlatform(string, uint) | Import scene from a local directory |
| LoadReferencedData(uint, bool) | |
| SplitPointCloud(FilePathList, string, double, bool, AABB, double) |