C# Class Wxv.Swg.Common.Exporters.ColladaDynamicMeshExporter

Afficher le fichier Open project: wverkley/Swg.Explorer

Méthodes publiques

Свойство Type Description
DefaultExportDDSToPngFileDelegate ExportDDSToPngFileDelegate

Méthodes publiques

Méthode Description
ColladaDynamicMeshExporter ( IRepository repository, DynamicMeshFile dynamicMeshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
ColladaDynamicMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
Export ( string daeFileName ) : void

Private Methods

Méthode Description
ExportGeometries ( ) : void
ExportShaders ( string daeFileName ) : void
ExportVisualScenes ( ) : void

Method Details

ColladaDynamicMeshExporter() public méthode

public ColladaDynamicMeshExporter ( IRepository repository, DynamicMeshFile dynamicMeshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
dynamicMeshFile Wxv.Swg.Common.Files.DynamicMeshFile
exportDDSToPngFile ExportDDSToPngFileDelegate
Résultat System

ColladaDynamicMeshExporter() public méthode

public ColladaDynamicMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
data byte
exportDDSToPngFile ExportDDSToPngFileDelegate
Résultat System

Export() public méthode

public Export ( string daeFileName ) : void
daeFileName string
Résultat void

Property Details

DefaultExportDDSToPngFileDelegate public_oe static_oe property

public static ExportDDSToPngFileDelegate DefaultExportDDSToPngFileDelegate
Résultat ExportDDSToPngFileDelegate