C# Class MeshExplorer.Views.AboutView

Inheritance: System.Windows.Forms.UserControl, IView
Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

Méthode Description
AboutView ( ) : System
HandleMeshChange ( Mesh mesh ) : void
HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
HandleMeshUpdate ( Mesh mesh ) : void
HandleNewInput ( InputGeometry geometry ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

lbCodeplex_Clicked ( object sender, EventArgs e ) : void

Method Details

AboutView() public méthode

public AboutView ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HandleMeshChange() public méthode

public HandleMeshChange ( Mesh mesh ) : void
mesh TriangleNet.Mesh
Résultat void

HandleMeshImport() public méthode

public HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
geometry TriangleNet.Geometry.InputGeometry
mesh TriangleNet.Mesh
Résultat void

HandleMeshUpdate() public méthode

public HandleMeshUpdate ( Mesh mesh ) : void
mesh TriangleNet.Mesh
Résultat void

HandleNewInput() public méthode

public HandleNewInput ( InputGeometry geometry ) : void
geometry TriangleNet.Geometry.InputGeometry
Résultat void