Click or drag to resize
GeneralRulesSelectLastCreatedSprite Method
Select the most recently created sprite to be the target of SetTargetParameter(String, Int32).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void SelectLastCreatedSprite()
Remarks
This is the same as SelectLastCreatedSpriteFor(String) using an empty string as the Target Name. This function is provided for compatibility; use SelectLastCreatedSpriteFor.
See Also