Axiom.Overlays.OverlayElementManager.DestroyAllElements C# (CSharp) 메소드

DestroyAllElements() 공개 메소드

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

Same methods

OverlayElementManager::DestroyAllElements ( bool isTemplate ) : void