Click or drag to resize

SpriteControllerDuplicateSprite Method

Overload List
  NameDescription
Public methodCode exampleDuplicateSprite(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.
Public methodDuplicateSprite(Sprite)
Make a duplicate of the specified sprite. The duplicate does not yet have a location.
Top
See Also