//Get Image for word public Sprite GetImageByName(string _imageName) { return(m_resourcesLoader.LoadSpriteByName(_imageName)); }