Add some documentation
This commit is contained in:
parent
ed0529deae
commit
527f2b4ffd
@ -921,7 +921,11 @@ namespace SpriteLibrary
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <example>
|
/// <example>
|
||||||
/// Below is a function that creates a sprite based off a name, and puts it at the designated coordinates.
|
/// Below is a function that creates a sprite based off a name, and puts it at the designated coordinates.
|
||||||
|
Loading…
Reference in New Issue
Block a user