Add some documentation

This commit is contained in:
Tim Young 2017-09-10 17:06:06 -05:00
parent ed0529deae
commit 527f2b4ffd
1 changed files with 5 additions and 1 deletions

View File

@ -921,7 +921,11 @@ namespace SpriteLibrary
}
/// <summary>
/// Find a sprite that has been named with the specified name. Then duplicate that sprite
/// Find a sprite that has been named with the specified name. Then duplicate that sprite. If you have
/// SpriteControllers which are linked (see
/// <see cref="SpriteController.LinkControllersForSpriteTemplateSharing(SpriteController)">
/// SpriteController.LinkControllersForSpriteTemplateSharing</see> for how to do this), if the Sprite template is
/// not contained in this controller, it is looked up in any linked controllers.
/// </summary>
/// <example>
/// Below is a function that creates a sprite based off a name, and puts it at the designated coordinates.