OBJWriterUtility Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility for generating and saving OBJ files from GameObjects and their Meshes
public ref class OBJWriterUtility abstract sealed
public static class OBJWriterUtility
type OBJWriterUtility = class
Public Class OBJWriterUtility
- Inheritance
-
OBJWriterUtility
Methods
CreateOBJFileContentAsync(GameObject, Boolean) |
Coroutine async method that generates string in OBJ file format of provided GameObject's Mesh, and possibly children. |
ExportOBJAsync(GameObject, String, Boolean) |
Export mesh data of provided GameObject, and children if enabled, to file provided in OBJ format |