C-DEngine 5.105

TheMeshInfoStatus..::..MeshInfo Property

Information about the mesh

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

Syntax


public TheMeshInfo MeshInfo { get; set; }
Public Property MeshInfo As TheMeshInfo
	Get
	Set
public:
property TheMeshInfo^ MeshInfo {
	TheMeshInfo^ get ();
	void set (TheMeshInfo^ value);
}