Class Factory
A factory for creating stub WinRT Store objects.
Inherited Members
Namespace: UnityEngine.Purchasing.Default
Assembly: UnityEngine.Purchasing.WinRTStub.dll
Syntax
public class Factory
Methods
Create(bool)
Creates a WinRTStore objects.
Declaration
public static IWindowsIAP Create(bool mocked)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | mocked | Whether or not to use a mock store. |
Returns
| Type | Description |
|---|---|
| IWindowsIAP | The instance of the |