C# Class OpenRA.Graphics.FrameCache

Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
FrameCache ( IReadOnlyFileSystem fileSystem, ISpriteLoader loaders ) : System.Collections.Generic
this ( string filename ) : ISpriteFrame[]

Method Details

FrameCache() public method

public FrameCache ( IReadOnlyFileSystem fileSystem, ISpriteLoader loaders ) : System.Collections.Generic
fileSystem IReadOnlyFileSystem
loaders ISpriteLoader
return System.Collections.Generic

this() public method

public this ( string filename ) : ISpriteFrame[]
filename string
return ISpriteFrame[]