C# Class KeymapGenerator.Utilities.KeymapFileReader

Afficher le fichier Open project: jreardon/KeymapGenerator Class Usage Examples

Méthodes publiques

Méthode Description
ParseLayers ( string file ) : List

Private Methods

Méthode Description
AssignActions ( IEnumerable actions, IEnumerable keymapLayers ) : void
ConvertRowCollectionToKeymapLayer ( KeymapLayer keymapLayer ) : void
ExtractLayerNumber ( string line ) : int
GetLayerName ( string line ) : string
ParseActions ( IEnumerable fileLines ) : IEnumerable

Method Details

ParseLayers() public méthode

public ParseLayers ( string file ) : List
file string
Résultat List