GameObjectExtensions.ExportOBJAsync(GameObject, String, Boolean) Method
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.
Export mesh data of current GameObject, and children if enabled, to file provided in OBJ format
public static System.Threading.Tasks.Task ExportOBJAsync (this UnityEngine.GameObject root, string filePath, bool includeChildren = true);
static member ExportOBJAsync : UnityEngine.GameObject * string * bool -> System.Threading.Tasks.Task
<Extension()>
Public Function ExportOBJAsync (root As GameObject, filePath As String, Optional includeChildren As Boolean = true) As Task
Parameters
- root
- UnityEngine.GameObject
- filePath
- String
- includeChildren
- Boolean