GeneralRulesGetSelectedTargetFor Method |
Returns the sprite currently selected for the specified target name.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public SpriteBase GetSelectedTargetFor(
string TargetName
)
Parameters
- TargetName
- Type: SystemString
Which target name's currently selected sprite will be returned.
Return Value
Type:
SpriteBaseSpriteBase object or null if no sprite is selected for the specified target.
See Also