SpriteCollection Constructor |
Constructs a sprite collection given a list of all the sprites it should contain.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public SpriteCollection(
params SpriteBase[] sprites
)
Parameters
- sprites
- Type: (Default Namespace)SpriteBase
Array of sprite instances contained in the collection.
See Also