C-DEngine 5.105

TheMeshInfo..::..ConnectedBrowsers Property

Total number of connected browser nodes in the mesh

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int ConnectedBrowsers { get; set; }
Public Property ConnectedBrowsers As Integer
	Get
	Set
public:
property int^ ConnectedBrowsers {
	int^ get ();
	void set (int^ value);
}