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

AddGameComponents() public method

Fügt die angegebenen GameComponents in die Components-Liste des Games ein.
public AddGameComponents ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void
        public void AddGameComponents(GameTime time, params IScreenComponent[] components)
        {
        }