Skip to content

Commit 4c0b963

Browse files
authored
Uni-50158 Streamlining the API part 2
* Documented the ModelExporter class
1 parent cf75dff commit 4c0b963

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Packages/com.unity.formats.fbx/Editor/Scripts/FbxExporter.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ protected ModelExportException(SerializationInfo info, StreamingContext context)
5656
: base(info, context){}
5757
}
5858

59+
/// <summary>
60+
/// The ModelExporter class can be used to export Unity game objects to an FBX File.
61+
/// To do so, simply use its ExportObject and ExportObjects methods. Default export
62+
/// options are used when exporting the objects to the FBX file.
63+
/// </summary>
5964
public class ModelExporter : System.IDisposable
6065
{
6166
const string Title =

0 commit comments

Comments
 (0)