C# Класс ps2ls.IO.ModelExporterStatic

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ExportFormatInfos ExportFormatInfo>.Dictionary

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

Метод Описание
ExportModelToDirectory ( Model model, string directory, ExportOptions exportOptions ) : void

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

Метод Описание
ModelExporterStatic ( ) : System
createExportFormatOptions ( ) : void
createModelAxesPresets ( ) : void
exportModelAsOBJToDirectory ( Model model, string directory, ExportOptions options ) : void
exportModelAsSTLToDirectory ( Model model, string directory, ExportOptions options ) : void
getForwardAxis ( Axes leftAxis, Axes upAxis ) : Axes
readVector3 ( ExportOptions exportOptions, Int32 offset, Mesh vertexStream, Int32 index ) : Vector3

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

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

public static ExportModelToDirectory ( Model model, string directory, ExportOptions exportOptions ) : void
model ps2ls.Assets.Dme.Model
directory string
exportOptions ExportOptions
Результат void

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

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

public static Dictionary ExportFormatInfos
Результат ExportFormatInfo>.Dictionary