C# Class IrrlichtNETCP.AnimatedMesh

Inheritance: NativeElement
Afficher le fichier Open project: Paulus/irrlichtnetcp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AnimatedMesh ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

GetMesh() public méthode

public GetMesh ( int frame ) : Mesh
frame int
Résultat Mesh

GetMesh() public méthode

public GetMesh ( int frame, int detailLevel, int startFrameLoop, int endFrameLoop ) : Mesh
frame int
detailLevel int
startFrameLoop int
endFrameLoop int
Résultat Mesh