Axiom.Overlays.OverlayElementManager.DestroyAllElements C# (CSharp) Méthode

DestroyAllElements() public méthode

destroys all OverlayElements
public DestroyAllElements ( ) : void
Résultat void
		public void DestroyAllElements()
		{
			DestroyAllElements( false );
		}

Same methods

OverlayElementManager::DestroyAllElements ( bool isTemplate ) : void