Method ImportObject
ImportObject(Object, Product)
Import of a GameObject is not supported.
Declaration
public Task<(bool, IEnumerable<Product>)> ImportObject(Object obj, Product productSource = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The object. |
| Product | productSource | The product source. |
Returns
| Type | Description |
|---|---|
| Task<(bool, IEnumerable<Product>)> | System.ValueTuple<System.Boolean, IEnumerable<Product>>. |