Knot3.MockObjects.FakeScreen.RemoveGameComponents C# (CSharp) 메소드

RemoveGameComponents() 공개 메소드

Entfernt die angegebenen GameComponents aus der Components-Liste des Games.
public RemoveGameComponents ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void
        public void RemoveGameComponents(GameTime time, params IScreenComponent[] components)
        {
        }