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

DestroyAllElements() public method

destroys all OverlayElements
public DestroyAllElements ( ) : void
return void
		public void DestroyAllElements()
		{
			DestroyAllElements( false );
		}

Same methods

OverlayElementManager::DestroyAllElements ( bool isTemplate ) : void