C-DEngine 5.105

TheMeshInfo..::..ScopeIDHash Property

Hash of the scope ID used to identify the mesh

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

Syntax


public string ScopeIDHash { get; set; }
Public Property ScopeIDHash As String
	Get
	Set
public:
property String^ ScopeIDHash {
	String^ get ();
	void set (String^ value);
}