GeneralRulesDeactivateTargetSpriteFor Method |
Deactivate the sprite currently selected as the target for the specified name and clear the sprite selected for that target name.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual bool DeactivateTargetSpriteFor(
string TargetName
)
Parameters
- TargetName
- Type: SystemString
For which target name the currently selected sprite should be terminated.
Return Value
Type:
BooleanTrue if a sprite was deactivated, false otherwise.
Remarks Does nothing if the sprite is already inactive or no sprite is selected for the specified target name.
See Also