TextureLoadTest.TextureLoadTest.TextureLoadTest C# (CSharp) Method

TextureLoadTest() public method

public TextureLoadTest ( string getTextureUrl, List textureIds ) : System
getTextureUrl string
textureIds List
return System
        public TextureLoadTest(string getTextureUrl, List<string> textureIds)
        {
            m_getTextureUrl = getTextureUrl;
            m_textureIds = textureIds;
        }