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

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

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