LoadContent() публичный Метод

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
Результат void
Пример #1
0
 public void LoadContentTest()
 {
     EnemyCharacter target = new EnemyCharacter(); // TODO: Initialize to an appropriate value
     ContentManager theContentManager = null; // TODO: Initialize to an appropriate value
     target.LoadContent(theContentManager);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }