C# Class TrackBuildRUtil.FBXExporter

Mostrar archivo 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_oe static_oe property

public static int geomIdent
return int

matieralIdent public_oe static_oe property

public static int matieralIdent
return int

modelIdent public_oe static_oe property

public static int modelIdent
return int

textureIdent public_oe static_oe property

public static int textureIdent
return int