C# Класс TrackBuildRUtil.FBXExporter

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
geomIdent int
matieralIdent int
modelIdent int
textureIdent int

Открытые методы

Метод Описание
Export ( string folder, string filename, Mesh mesh, ExportMaterial textures, bool copyTextures ) : bool

Приватные методы

Метод Описание
CreateTargetFolder ( ) : bool
MeshToFile ( string folder, string filename ) : void
MeshToString ( ) : string

Описание методов

Export() публичный статический Метод

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
Результат bool

Описание свойств

geomIdent публичное статическое свойство

public static int geomIdent
Результат int

matieralIdent публичное статическое свойство

public static int matieralIdent
Результат int

modelIdent публичное статическое свойство

public static int modelIdent
Результат int

textureIdent публичное статическое свойство

public static int textureIdent
Результат int