Click or drag to resize
SpriteCollectionItem Property
Return a sprite instance from the collection given its 0-based index.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public SpriteBase this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: SpriteBase
See Also