C# Класс Wxv.Swg.Common.Exporters.ColladaDynamicMeshExporter

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

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

Свойство Тип Описание
DefaultExportDDSToPngFileDelegate ExportDDSToPngFileDelegate

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

Метод Описание
ColladaDynamicMeshExporter ( IRepository repository, DynamicMeshFile dynamicMeshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
ColladaDynamicMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
Export ( string daeFileName ) : void

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

Метод Описание
ExportGeometries ( ) : void
ExportShaders ( string daeFileName ) : void
ExportVisualScenes ( ) : void

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

ColladaDynamicMeshExporter() публичный Метод

public ColladaDynamicMeshExporter ( IRepository repository, DynamicMeshFile dynamicMeshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
dynamicMeshFile Wxv.Swg.Common.Files.DynamicMeshFile
exportDDSToPngFile ExportDDSToPngFileDelegate
Результат System

ColladaDynamicMeshExporter() публичный Метод

public ColladaDynamicMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
data byte
exportDDSToPngFile ExportDDSToPngFileDelegate
Результат System

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

public Export ( string daeFileName ) : void
daeFileName string
Результат void

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

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

public static ExportDDSToPngFileDelegate DefaultExportDDSToPngFileDelegate
Результат ExportDDSToPngFileDelegate