Axiom.Overlays.OverlayElementManager.DestroyAllElements C# (CSharp) Method

DestroyAllElements() public method

destroys all OverlayElements
public DestroyAllElements ( bool isTemplate ) : void
isTemplate bool
return void
		public void DestroyAllElements( bool isTemplate )
		{
			( isTemplate ? _elementTemplates : _elementInstances ).Clear();
		}

Same methods

OverlayElementManager::DestroyAllElements ( ) : void