SpriteControllerDuplicateSprite Method |
| Name | Description | |
|---|---|---|
| DuplicateSprite(String) |
Find a sprite that has been named with the specified name. Then duplicate that sprite. If you have
SpriteControllers which are linked (see
SpriteController.LinkControllersForSpriteTemplateSharing for how to do this), if the Sprite template is
not contained in this controller, it is looked up in any linked controllers.
| |
| DuplicateSprite(Sprite) |
Make a duplicate of the specified sprite. The duplicate does not yet have a location.
|