C# 클래스 IrrlichtNETCP.MeshWriter

상속: NativeElement
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
GetMeshWriterType ( ) : MeshWriterType
MeshWriter ( IntPtr raw ) : System
WriteMesh ( IntPtr file, IntPtr mesh, MeshWriterFlags flags ) : bool

비공개 메소드들

메소드 설명
MeshWriter_GetType ( IntPtr writer ) : MeshWriterType
MeshWriter_WriteMesh ( IntPtr writer, IntPtr file, IntPtr mesh, MeshWriterFlags flags ) : bool

메소드 상세

GetMeshWriterType() 공개 메소드

public GetMeshWriterType ( ) : MeshWriterType
리턴 MeshWriterType

MeshWriter() 공개 메소드

public MeshWriter ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

WriteMesh() 공개 메소드

public WriteMesh ( IntPtr file, IntPtr mesh, MeshWriterFlags flags ) : bool
file System.IntPtr
mesh System.IntPtr
flags MeshWriterFlags
리턴 bool