C# 클래스 TrackBuildRUtil.FBXExporter

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

공개 프로퍼티들

프로퍼티 타입 설명
geomIdent int
matieralIdent int
modelIdent int
textureIdent int

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateTargetFolder ( ) : bool
MeshToFile ( string folder, string filename ) : void
MeshToString ( ) : string

메소드 상세

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

프로퍼티 상세

geomIdent 공개적으로 정적으로 프로퍼티

public static int geomIdent
리턴 int

matieralIdent 공개적으로 정적으로 프로퍼티

public static int matieralIdent
리턴 int

modelIdent 공개적으로 정적으로 프로퍼티

public static int modelIdent
리턴 int

textureIdent 공개적으로 정적으로 프로퍼티

public static int textureIdent
리턴 int