Ejemplo n.º 1
0
        private Texture GetTextureFromStore(string texturePathKey)
        {
            string  texturePath = contentManager.GetContentPath(texturePathKey);
            Texture texture     = textureStore.CreateTexture(texturePath);

            return(texture);
        }