C# 클래스 TrackBuildRUtil.OBJExporter

파일 보기 프로젝트 열기: Alx666/ProjectPhoenix

공개 메소드들

메소드 설명
Export ( string folder, string filename, Mesh mesh, ExportMaterial textures, bool copyTextures ) : bool

비공개 메소드들

메소드 설명
Clear ( ) : void
CreateTargetFolder ( ) : bool
MaterialsToFile ( ExportMaterial>.Dictionary materialList, string folder, string filename ) : void
MeshToFile ( string folder, string filename ) : void
MeshToString ( ExportMaterial>.Dictionary materialList ) : string
PrepareFileWrite ( ) : ExportMaterial>.Dictionary

메소드 상세

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