GeneralRulesSelectTargetSprite Method |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual bool SelectTargetSprite(
SpriteCollection Sprites,
int Index
)
Parameters
- Sprites
- Type: (Default Namespace)SpriteCollection
Collection from which sprite is selected - Index
- Type: SystemInt32
0-based index within the collection of the sprite to be selected
Return Value
Type:
BooleanTrue if the specified index is within the bounds of the collection, False otherwise.
Remarks See Also