Knot3.MockObjects.FakeScreen.RemoveGameComponents C# (CSharp) Method

RemoveGameComponents() public method

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