C# Class TrackBuildRUtil.FBXExporter

Afficher le fichier Open project: Alx666/ProjectPhoenix

Méthodes publiques

Свойство Type Description
geomIdent int
matieralIdent int
modelIdent int
textureIdent int

Méthodes publiques

Méthode Description
Export ( string folder, string filename, Mesh mesh, ExportMaterial textures, bool copyTextures ) : bool

Private Methods

Méthode Description
CreateTargetFolder ( ) : bool
MeshToFile ( string folder, string filename ) : void
MeshToString ( ) : string

Method Details

Export() public static méthode

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
Résultat bool

Property Details

geomIdent public_oe static_oe property

public static int geomIdent
Résultat int

matieralIdent public_oe static_oe property

public static int matieralIdent
Résultat int

modelIdent public_oe static_oe property

public static int modelIdent
Résultat int

textureIdent public_oe static_oe property

public static int textureIdent
Résultat int