Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Graphics.SpriteGroup Class Reference

Represent of group of Sprite More...

Inheritance diagram for SiliconStudio.Paradox.Graphics.SpriteGroup:
SiliconStudio.Paradox.Graphics.ImageGroup< T >

Additional Inherited Members

- Public Member Functions inherited from SiliconStudio.Paradox.Graphics.ImageGroup< T >
int FindImageIndex (string spriteName)
 Find the index of a sprite in the group using its name. More...
 
- Public Attributes inherited from SiliconStudio.Paradox.Graphics.ImageGroup< T >
List< T > Images = new List<T>()
 The list of sprites. More...
 
- Properties inherited from SiliconStudio.Paradox.Graphics.ImageGroup< T >
this[int index] [get, set]
 Gets or sets the image of the group at index . More...
 
this[string name] [get, set]
 Gets or sets the image of the group having the provided name . More...
 

Detailed Description

Represent of group of Sprite

Definition at line 12 of file SpriteGroup.cs.


The documentation for this class was generated from the following file: