C# Class IrrlichtNETCP.AnimatedMesh

Inheritance: NativeElement
Mostrar archivo Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
AnimatedMesh ( IntPtr raw ) : System
GetMesh ( int frame ) : Mesh
GetMesh ( int frame, int detailLevel, int startFrameLoop, int endFrameLoop ) : Mesh

Private Methods

Method Description
AnimatedMesh_GetBoundingBox ( IntPtr mesh, [ box ) : void
AnimatedMesh_GetMesh ( IntPtr mesh, int frame, int detailLevel, int startFrameloop, int endFrameloop ) : IntPtr
AnimatedMesh_GetMeshType ( IntPtr mesh ) : AnimatedMeshType

Method Details

AnimatedMesh() public method

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

GetMesh() public method

public GetMesh ( int frame ) : Mesh
frame int
return Mesh

GetMesh() public method

public GetMesh ( int frame, int detailLevel, int startFrameLoop, int endFrameLoop ) : Mesh
frame int
detailLevel int
startFrameLoop int
endFrameLoop int
return Mesh