C# 클래스 Wxv.Swg.Common.Exporters.ColladaMeshExporter

파일 보기 프로젝트 열기: wverkley/Swg.Explorer

공개 프로퍼티들

프로퍼티 타입 설명
DefaultExportDDSToPngFileDelegate ExportDDSToPngFileDelegate

공개 메소드들

메소드 설명
ColladaMeshExporter ( IRepository repository, MeshFile meshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
ColladaMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
Export ( string daeFileName ) : void

비공개 메소드들

메소드 설명
ExportGeometries ( ) : void
ExportShaders ( string daeFileName ) : void
ExportVisualScenes ( ) : void

메소드 상세

ColladaMeshExporter() 공개 메소드

public ColladaMeshExporter ( IRepository repository, MeshFile meshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
meshFile Wxv.Swg.Common.Files.MeshFile
exportDDSToPngFile ExportDDSToPngFileDelegate
리턴 System

ColladaMeshExporter() 공개 메소드

public ColladaMeshExporter ( 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