C-DEngine 5.105

TheServiceHostInfo..::..AllowUnscopedMesh Property

if set to true, unscoped nodes can create their own mesh

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

Syntax


public bool AllowUnscopedMesh { get; set; }
Public Property AllowUnscopedMesh As Boolean
	Get
	Set
public:
property bool^ AllowUnscopedMesh {
	bool^ get ();
	void set (bool^ value);
}