Class for creating an ITextureCreator
instance in a platform-agnostic way. Note that the WebViewPrefab
takes care of using this interface for you, so you only need to deal with it directly if you create IWebView
instances outside of a prefab using WebViewFactory.GetInstance()
.
static ITextureCreator GetInstance()
Creates an ITextureCreator
instance in a platform-agnostic way.