Imaginary Game Engine API documentation
NumberOfVertices Property
NamespacesIGEBasicMesh<(Of <(T>)>)NumberOfVertices

[This is preliminary documentation and is subject to change.]

Get or Set the used number of vertices
Declaration Syntax
C#Visual BasicVisual C++
public int NumberOfVertices { get; set; }
Public Property NumberOfVertices As Integer
public:
virtual property int NumberOfVertices {
	int get () sealed;
	void set (int value) sealed;
}

Assembly: IGE Core (Module: IGE Core) Version: 0.1.2957.39562 (0.1.0.0)