C-DEngine 5.105

TheJSONLoaderDefinition..::..ForceReload Property

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

Syntax


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