TextureLoadTest.GetTextures.GetTextures C# (CSharp) Метод

GetTextures() публичный Метод

public GetTextures ( TextureLoadTest test, string getTextureUrl, List textureIds ) : System
test TextureLoadTest
getTextureUrl string
textureIds List
Результат System
        public GetTextures(TextureLoadTest test, string getTextureUrl, List<string> textureIds)
        {
            m_test = test;
            m_getTextureUrl = getTextureUrl;
            m_textureIds = textureIds;
        }