Property | Type | Description | |
---|---|---|---|
SheetBuilder |
Method | Description | |
---|---|---|
AllCached ( string filename ) : IEnumerable |
Returns all instances of sets of sprites with the given filename
|
|
Reload ( string filename ) : OpenRA.Graphics.Sprite[] |
Loads and caches a new instance of sprites with the given filename
|
|
SpriteCache ( IReadOnlyFileSystem fileSystem, ISpriteLoader loaders, |
||
this ( string filename ) : OpenRA.Graphics.Sprite[] |
Returns the first set of sprites with the given filename.
|
Method | Description | |
---|---|---|
LoadSprite ( string filename, List |
public AllCached ( string filename ) : IEnumerable |
||
filename | string | |
return | IEnumerable |
public Reload ( string filename ) : OpenRA.Graphics.Sprite[] | ||
filename | string | |
return | OpenRA.Graphics.Sprite[] |
public SpriteCache ( IReadOnlyFileSystem fileSystem, ISpriteLoader loaders, |
||
fileSystem | IReadOnlyFileSystem | |
loaders | ISpriteLoader | |
sheetBuilder | ||
return | System.Collections.Generic |
public this ( string filename ) : OpenRA.Graphics.Sprite[] | ||
filename | string | |
return | OpenRA.Graphics.Sprite[] |