Tanoda
UnityFBXExporter.ExporterMenu Class Reference
Inheritance diagram for UnityFBXExporter.ExporterMenu:

Static Public Member Functions

static void ExportDropdownGameObjectToFBX ()
 
static void ExportDropdownGameObjectAndMaterialsToFBX ()
 
static void ExportDropdownGameObjectAndMaterialsTexturesToFBX ()
 
static void ExportGameObjectToFBX ()
 
static void ExportGameObjectAndMaterialsToFBX ()
 
static void ExportGameObjectAndMaterialsTexturesToFBX ()
 
static string ExportGameObject (GameObject gameObj, bool copyMaterials, bool copyTextures, string oldPath=null)
 Exports ANY Game Object given to it. Will provide a dialog and return the path of the newly exported file More...
 

Detailed Description

Definition at line 34 of file ExporterMenu.cs.

Member Function Documentation

◆ ExportDropdownGameObjectAndMaterialsTexturesToFBX()

static void UnityFBXExporter.ExporterMenu.ExportDropdownGameObjectAndMaterialsTexturesToFBX ( )
static

Definition at line 50 of file ExporterMenu.cs.

◆ ExportDropdownGameObjectAndMaterialsToFBX()

static void UnityFBXExporter.ExporterMenu.ExportDropdownGameObjectAndMaterialsToFBX ( )
static

Definition at line 44 of file ExporterMenu.cs.

◆ ExportDropdownGameObjectToFBX()

static void UnityFBXExporter.ExporterMenu.ExportDropdownGameObjectToFBX ( )
static

Definition at line 38 of file ExporterMenu.cs.

◆ ExportGameObject()

static string UnityFBXExporter.ExporterMenu.ExportGameObject ( GameObject  gameObj,
bool  copyMaterials,
bool  copyTextures,
string  oldPath = null 
)
static

Exports ANY Game Object given to it. Will provide a dialog and return the path of the newly exported file

Returns
The path of the newly exported FBX file
Parameters
gameObjGame object to be exported
copyMaterialsIf set to true copy materials.
copyTexturesIf set to true copy textures.
oldPathOld path.

Definition at line 101 of file ExporterMenu.cs.

◆ ExportGameObjectAndMaterialsTexturesToFBX()

static void UnityFBXExporter.ExporterMenu.ExportGameObjectAndMaterialsTexturesToFBX ( )
static

Definition at line 69 of file ExporterMenu.cs.

◆ ExportGameObjectAndMaterialsToFBX()

static void UnityFBXExporter.ExporterMenu.ExportGameObjectAndMaterialsToFBX ( )
static

Definition at line 63 of file ExporterMenu.cs.

◆ ExportGameObjectToFBX()

static void UnityFBXExporter.ExporterMenu.ExportGameObjectToFBX ( )
static

Definition at line 57 of file ExporterMenu.cs.


The documentation for this class was generated from the following file: