Class ProductContainer
Inheritance
ProductContainer
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public sealed class ProductContainer
Properties
initialized
Declaration
public static bool initialized { get; }
Property Value
initializing
Declaration
public static bool initializing { get; }
Property Value
products
Declaration
public static IEnumerable<Product> products { get; }
Property Value
Methods
GetProduct(string)
Declaration
public static Product GetProduct(string productId)
Parameters
Type |
Name |
Description |
string |
productId |
|
Returns
GetProductID(Type)
Declaration
public static string GetProductID(Type productType)
Parameters
Type |
Name |
Description |
Type |
productType |
|
Returns
GetProductType(string)
Declaration
public static Type GetProductType(string productId)
Parameters
Type |
Name |
Description |
string |
productId |
|
Returns
HasProduct(string)
Declaration
public static bool HasProduct(string productId)
Parameters
Type |
Name |
Description |
string |
productId |
|
Returns
Extension Methods