C# Class TrackBuildRUtil.FBXExporter

Show file Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
geomIdent int
matieralIdent int
modelIdent int
textureIdent int

Public Methods

Method Description
Export ( string folder, string filename, Mesh mesh, ExportMaterial textures, bool copyTextures ) : bool

Private Methods

Method Description
CreateTargetFolder ( ) : bool
MeshToFile ( string folder, string filename ) : void
MeshToString ( ) : string

Method Details

Export() public static method

public static Export ( string folder, string filename, Mesh mesh, ExportMaterial textures, bool copyTextures ) : bool
folder string
filename string
mesh UnityEngine.Mesh
textures ExportMaterial
copyTextures bool
return bool

Property Details

geomIdent public static property

public static int geomIdent
return int

matieralIdent public static property

public static int matieralIdent
return int

modelIdent public static property

public static int modelIdent
return int

textureIdent public static property

public static int textureIdent
return int