C# Class IrrlichtNETCP.MeshWriter

Inheritance: NativeElement
显示文件 Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
GetMeshWriterType ( ) : MeshWriterType
MeshWriter ( IntPtr raw ) : System
WriteMesh ( IntPtr file, IntPtr mesh, MeshWriterFlags flags ) : bool

Private Methods

Method Description
MeshWriter_GetType ( IntPtr writer ) : MeshWriterType
MeshWriter_WriteMesh ( IntPtr writer, IntPtr file, IntPtr mesh, MeshWriterFlags flags ) : bool

Method Details

GetMeshWriterType() public method

public GetMeshWriterType ( ) : MeshWriterType
return MeshWriterType

MeshWriter() public method

public MeshWriter ( IntPtr raw ) : System
raw System.IntPtr
return System

WriteMesh() public method

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